zhoushihao
2024-04-17 b6a287b9d3ee65a80f05ef1e8a71b2d6679c8cde
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