|
|
|
@ -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.pojo.mes.bean.MesEquipmentCheckDetail;
|
|
|
|
|
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.RestController;
|
|
|
|
|
|
|
|
|
|
@Api(description = "发运单管理主页面")
|
|
|
|
|
@RestController
|
|
|
|
|
@RequestMapping(MesCommonConstant.MES_YANFEN + "/mesShippingOrderManagement")
|
|
|
|
|
|
|
|
|
|