|
|
|
@ -68,6 +68,9 @@ public class MesInspectionReport extends BaseEntity {
|
|
|
|
|
//项目名
|
|
|
|
|
private String projectName;
|
|
|
|
|
|
|
|
|
|
//线体名
|
|
|
|
|
private String lineName;
|
|
|
|
|
|
|
|
|
|
//开线
|
|
|
|
|
private String openLine;
|
|
|
|
|
//清换线
|
|
|
|
@ -150,4 +153,7 @@ public class MesInspectionReport extends BaseEntity {
|
|
|
|
|
|
|
|
|
|
public void setTeam(String team) { this.team = team; }
|
|
|
|
|
public String getTeam() { return team; }
|
|
|
|
|
|
|
|
|
|
public void setLineName(String lineName) { this.lineName = lineName; }
|
|
|
|
|
public String getLineName() { return lineName; }
|
|
|
|
|
}
|
|
|
|
|