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