wu
2024-04-10 321c0a50fdfa52d7d2da52dfb4fa74adff1c0f39
LoadGlassModule/src/main/java/com/mes/controller/LoadGlassController.java
@@ -4,11 +4,8 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import com.mes.common.Result;
import com.mes.entity.Tempering;
import com.mes.entity.UpWorkstation;
import com.mes.service.LoadGlassService;
import com.mes.service.TemperingOverService;
import com.mes.service.TemperingService;
@RestController