新火炬后端单体项目初始化代码
cuilei
3 天以前 fe891f627a483eb6298f12eca60cf7f274e31c88
src/main/java/org/jeecg/modules/mes/controller/MesProductionWorkOrderController.java
@@ -38,7 +38,7 @@
 */
@Api(tags = "排产工单")
@RestController
@RequestMapping("/mesproductionworkorder/mesProductionWorkOrder")
@RequestMapping("/mes/mesProductionWorkOrder")
@Slf4j
public class MesProductionWorkOrderController extends JeecgController<MesProductionWorkOrder, IMesProductionWorkOrderService> {
    @Autowired