|
|
|
@ -36,7 +36,7 @@ public class PackageTravelModel implements Serializable {
|
|
|
|
|
private String qrCode;
|
|
|
|
|
|
|
|
|
|
@ApiParam("产线")
|
|
|
|
|
private String workCenterCode;
|
|
|
|
|
private String workCenterName;
|
|
|
|
|
|
|
|
|
|
@ApiParam("工序名称")
|
|
|
|
|
private String processName;
|
|
|
|
@ -65,13 +65,13 @@ public class PackageTravelModel implements Serializable {
|
|
|
|
|
@ApiParam("执行时间")
|
|
|
|
|
private String createUser;
|
|
|
|
|
|
|
|
|
|
public PackageTravelModel(String packageNo,String customerPartNo, String serialNumber, String partNo, String qrCode, String workCenterCode, String processName, String ctCode, String ctNo, String modelNo, String fnLocationNo, String ctLocationNo, String createDatetime, String createUser) {
|
|
|
|
|
public PackageTravelModel(String packageNo,String customerPartNo, String serialNumber, String partNo, String qrCode, String workCenterName, String processName, String ctCode, String ctNo, String modelNo, String fnLocationNo, String ctLocationNo, String createDatetime, String createUser) {
|
|
|
|
|
this.packageNo = packageNo;
|
|
|
|
|
this.customerPartNo = customerPartNo;
|
|
|
|
|
this.serialNumber = serialNumber;
|
|
|
|
|
this.partNo = partNo;
|
|
|
|
|
this.qrCode = qrCode;
|
|
|
|
|
this.workCenterCode = workCenterCode;
|
|
|
|
|
this.workCenterName = workCenterName;
|
|
|
|
|
this.processName = processName;
|
|
|
|
|
this.ctCode = ctCode;
|
|
|
|
|
this.ctNo = ctNo;
|
|
|
|
|