wuyouming666
2024-04-16 0d35ca6cbe31b2cb2010b66b086acc1cb19ae270
hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downworkstation/controller/DownWorkstationController.java
@@ -3,7 +3,7 @@
import com.mes.downworkstation.entity.DownWorkstation;
import com.mes.downworkstation.service.DownWorkstationService;
import com.mes.uppattenusage.service.GlassInfoService;
import com.mes.glassinfo.service.GlassInfoService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
@@ -23,7 +23,7 @@
 */
@RestController
@RequestMapping("/api/downWorkstation")
@RequestMapping("/api/unLoadGlass")
public class DownWorkstationController {
    @Autowired