报表20210115

yun-zuoyi
yumingxing 4 years ago
parent 479b81cb08
commit 0871833d26

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

Loading…
Cancel
Save