|
|
|
@ -19,7 +19,7 @@ public class DefectRecordModel implements Serializable {
|
|
|
|
|
private static final long serialVersionUID = 4994719388513997046L;
|
|
|
|
|
|
|
|
|
|
@ApiParam("产线")
|
|
|
|
|
private String workCenterCode;
|
|
|
|
|
private String workCenterName;
|
|
|
|
|
|
|
|
|
|
@ApiParam("工序名称")
|
|
|
|
|
private String processName;
|
|
|
|
@ -52,8 +52,8 @@ public class DefectRecordModel implements Serializable {
|
|
|
|
|
public String createDatetime;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public DefectRecordModel(String workCenterCode, String processName, Integer qcStatus, String defectName, String defectLocation, String customerPartNo, String serialNumber, String createUser, String createDatetime) {
|
|
|
|
|
this.workCenterCode = workCenterCode;
|
|
|
|
|
public DefectRecordModel(String workCenterName, String processName, Integer qcStatus, String defectName, String defectLocation, String customerPartNo, String serialNumber, String createUser, String createDatetime) {
|
|
|
|
|
this.workCenterName = workCenterName;
|
|
|
|
|
this.processName = processName;
|
|
|
|
|
this.qcStatus = qcStatus;
|
|
|
|
|
this.defectName = defectName;
|
|
|
|
|