|
|
|
@ -26,10 +26,10 @@ public class MesWorkOrderModel {
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private String partNo;
|
|
|
|
|
|
|
|
|
|
//客户产线代码
|
|
|
|
|
//产线代码
|
|
|
|
|
@ApiParam("ProductionLineID")
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private String custProdLineCode;
|
|
|
|
|
private String workCenterCode;
|
|
|
|
|
|
|
|
|
|
//数量
|
|
|
|
|
@ApiParam("DemandQty")
|
|
|
|
@ -41,9 +41,4 @@ public class MesWorkOrderModel {
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private String startTime;
|
|
|
|
|
|
|
|
|
|
//开始时间
|
|
|
|
|
@ApiParam("WORK_CENTER_CODE")
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private String workCenterCode;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|