新增 主数据bean

tags/yfai-mes-ext-v1.0
LML丶 1 year ago
parent 9a4019b6a1
commit d308d3af07

@ -3,9 +3,11 @@ 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.MesEquipmentCheckDetail; import cn.estsh.i3plus.pojo.mes.bean.MesEquipmentCheckDetail;
import cn.estsh.i3plus.pojo.mes.bean.MesShippingOrderManagement; import cn.estsh.i3plus.pojo.mes.bean.MesShippingOrderManagement;
import io.swagger.annotations.Api;
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;
@Api(description = "发运单管理主页面")
@RestController @RestController
@RequestMapping(MesCommonConstant.MES_YANFEN + "/mesShippingOrderManagement") @RequestMapping(MesCommonConstant.MES_YANFEN + "/mesShippingOrderManagement")

Loading…
Cancel
Save