增加产线与工位的关系

tags/yfai-mes-ext-v1.0
administrator 1 year ago
parent fceafc19ee
commit 712b62051c

@ -1,7 +1,6 @@
package cn.estsh.i3plus.ext.mes.apiservice.controller.base; package cn.estsh.i3plus.ext.mes.apiservice.controller.base;
import cn.estsh.i3plus.ext.mes.pojo.constant.MesCommonConstant; import cn.estsh.i3plus.ext.mes.pojo.constant.MesCommonConstant;
import cn.estsh.i3plus.pojo.mes.bean.MesWorkCenter;
import cn.estsh.i3plus.pojo.mes.bean.MesWorkCenterPartRelation; import cn.estsh.i3plus.pojo.mes.bean.MesWorkCenterPartRelation;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
@ -14,6 +13,6 @@ import org.springframework.web.bind.annotation.RestController;
* @Modify: * @Modify:
**/ **/
@RestController @RestController
@RequestMapping(MesCommonConstant.MES_YANFEN + "/MesWorkCenterPartRelation") @RequestMapping(MesCommonConstant.MES_YANFEN + "/mesWorkCenterPartRelation")
public class MesWorkCenterPartRelationController extends BaseMesController<MesWorkCenterPartRelation> { public class MesWorkCenterPartRelationController extends BaseMesController<MesWorkCenterPartRelation> {
} }

Loading…
Cancel
Save