|
|
|
@ -21,12 +21,15 @@ public class InjectionProductionControlModel {
|
|
|
|
|
@ApiParam("当前合格数量")
|
|
|
|
|
private String standardQtyCur;
|
|
|
|
|
|
|
|
|
|
@ApiParam("当前合格数量")
|
|
|
|
|
@ApiParam("总完成数量")
|
|
|
|
|
private String completeQty;
|
|
|
|
|
|
|
|
|
|
@ApiParam("总不合格数量")
|
|
|
|
|
private String scrapQty;
|
|
|
|
|
|
|
|
|
|
@ApiParam("已打包数量")
|
|
|
|
|
private String packageQty;
|
|
|
|
|
|
|
|
|
|
@ApiParam("包装编号")
|
|
|
|
|
private String packageNo;
|
|
|
|
|
|
|
|
|
@ -39,4 +42,7 @@ public class InjectionProductionControlModel {
|
|
|
|
|
@ApiParam("箱条码状态")
|
|
|
|
|
private String printStatusName;
|
|
|
|
|
|
|
|
|
|
@ApiParam("序号")
|
|
|
|
|
private Integer index;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|