|
|
@ -33,6 +33,9 @@ public class ProdPackModel implements Serializable {
|
|
|
|
@ApiParam("箱条码状态")
|
|
|
|
@ApiParam("箱条码状态")
|
|
|
|
public Integer printStatus;
|
|
|
|
public Integer printStatus;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("打印状态")
|
|
|
|
|
|
|
|
public String printStatusDesc;
|
|
|
|
|
|
|
|
|
|
|
|
// 涂装客户标签打印
|
|
|
|
// 涂装客户标签打印
|
|
|
|
@ApiParam("客户标签")
|
|
|
|
@ApiParam("客户标签")
|
|
|
|
public String custSn;
|
|
|
|
public String custSn;
|
|
|
@ -43,7 +46,7 @@ public class ProdPackModel implements Serializable {
|
|
|
|
|
|
|
|
|
|
|
|
// 涂装客户标签打印
|
|
|
|
// 涂装客户标签打印
|
|
|
|
@ApiParam("更新时间")
|
|
|
|
@ApiParam("更新时间")
|
|
|
|
public String modifyDateTime;
|
|
|
|
public String modifyDatetime;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("工单号")
|
|
|
|
@ApiParam("工单号")
|
|
|
|
public String workOrderNo;
|
|
|
|
public String workOrderNo;
|
|
|
@ -64,11 +67,11 @@ public class ProdPackModel implements Serializable {
|
|
|
|
this.printStatus = printStatus;
|
|
|
|
this.printStatus = printStatus;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public ProdPackModel(String productSn, String packageNo, String custSn, String processCode, String modifyDateTime) {
|
|
|
|
public ProdPackModel(String productSn, String packageNo, String custSn, Integer printStatus, String modifyDatetime) {
|
|
|
|
this.productSn = productSn;
|
|
|
|
this.productSn = productSn;
|
|
|
|
this.packageNo = packageNo;
|
|
|
|
this.packageNo = packageNo;
|
|
|
|
this.custSn = custSn;
|
|
|
|
this.custSn = custSn;
|
|
|
|
this.processCode = processCode;
|
|
|
|
this.printStatus = printStatus;
|
|
|
|
this.modifyDateTime = modifyDateTime;
|
|
|
|
this.modifyDatetime = modifyDatetime;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|