|
|
@ -32,7 +32,7 @@ public class ProductSnModel implements Serializable {
|
|
|
|
private String qrCode;
|
|
|
|
private String qrCode;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("产线")
|
|
|
|
@ApiParam("产线")
|
|
|
|
private String workCenterCode;
|
|
|
|
private String workCenterName;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("工序名称")
|
|
|
|
@ApiParam("工序名称")
|
|
|
|
private String processName;
|
|
|
|
private String processName;
|
|
|
@ -40,12 +40,12 @@ public class ProductSnModel implements Serializable {
|
|
|
|
@ApiParam("工位名称")
|
|
|
|
@ApiParam("工位名称")
|
|
|
|
private String workCellName;
|
|
|
|
private String workCellName;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "执行人")
|
|
|
|
|
|
|
|
public String createUser;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "扫码时间")
|
|
|
|
@ApiParam(value = "扫码时间")
|
|
|
|
public String createDatetime;
|
|
|
|
public String createDatetime;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "执行人")
|
|
|
|
|
|
|
|
public String createUser;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("质量代码")
|
|
|
|
@ApiParam("质量代码")
|
|
|
|
private Integer qcStatus;
|
|
|
|
private Integer qcStatus;
|
|
|
|
|
|
|
|
|
|
|
@ -53,16 +53,16 @@ public class ProductSnModel implements Serializable {
|
|
|
|
private String qcStatusName;
|
|
|
|
private String qcStatusName;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public ProductSnModel(String customerPartNo, String serialNumber, String partNo, String qrCode, String workCenterCode, String processName, String workCellName, String createUser, String createDatetime, Integer qcStatus) {
|
|
|
|
public ProductSnModel(String customerPartNo, String serialNumber, String partNo, String qrCode, String workCenterName, String processName, String workCellName, String createUser, String createDatetime, Integer qcStatus) {
|
|
|
|
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.workCellName = workCellName;
|
|
|
|
this.workCellName = workCellName;
|
|
|
|
this.createUser = createUser;
|
|
|
|
|
|
|
|
this.createDatetime = createDatetime;
|
|
|
|
this.createDatetime = createDatetime;
|
|
|
|
|
|
|
|
this.createUser = createUser;
|
|
|
|
this.qcStatus = qcStatus;
|
|
|
|
this.qcStatus = qcStatus;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|