|
|
|
@ -122,7 +122,7 @@ public class ReportQualityInspection extends BaseEntity {
|
|
|
|
|
//新增字段
|
|
|
|
|
private String stationCode;
|
|
|
|
|
private int submitQualtyId;
|
|
|
|
|
|
|
|
|
|
private String productLineName;//pda 工位名称
|
|
|
|
|
/**
|
|
|
|
|
* 更新时间
|
|
|
|
|
*/
|
|
|
|
@ -226,6 +226,14 @@ public class ReportQualityInspection extends BaseEntity {
|
|
|
|
|
return isLowerLine;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getProductLineName() {
|
|
|
|
|
return productLineName;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setProductLineName(String productLineName) {
|
|
|
|
|
this.productLineName = productLineName;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setGroupCode(String groupCode) {
|
|
|
|
|
this.groupCode = groupCode;
|
|
|
|
|
}
|
|
|
|
|