|
@@ -410,7 +410,6 @@ public class Project extends DataEntity<Project> {
|
|
this.runTheClass = runTheClass;
|
|
this.runTheClass = runTheClass;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title = "项目组", align = 2, sort = 31)
|
|
|
|
public String getProjectTeam() {
|
|
public String getProjectTeam() {
|
|
return projectTeam;
|
|
return projectTeam;
|
|
}
|
|
}
|
|
@@ -655,7 +654,7 @@ public class Project extends DataEntity<Project> {
|
|
public void setPreConstruction(Integer preConstruction) {
|
|
public void setPreConstruction(Integer preConstruction) {
|
|
this.preConstruction = preConstruction;
|
|
this.preConstruction = preConstruction;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title = "储备编号", align = 2, sort = 31)
|
|
public String getReserveNumber() {
|
|
public String getReserveNumber() {
|
|
return reserveNumber;
|
|
return reserveNumber;
|
|
}
|
|
}
|
|
@@ -663,7 +662,7 @@ public class Project extends DataEntity<Project> {
|
|
public void setReserveNumber(String reserveNumber) {
|
|
public void setReserveNumber(String reserveNumber) {
|
|
this.reserveNumber = reserveNumber;
|
|
this.reserveNumber = reserveNumber;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title = "项目管理中心技经专职", align = 2, sort = 56)
|
|
public String getSkillByFull() {
|
|
public String getSkillByFull() {
|
|
return skillByFull;
|
|
return skillByFull;
|
|
}
|
|
}
|
|
@@ -671,7 +670,7 @@ public class Project extends DataEntity<Project> {
|
|
public void setSkillByFull(String skillByFull) {
|
|
public void setSkillByFull(String skillByFull) {
|
|
this.skillByFull = skillByFull;
|
|
this.skillByFull = skillByFull;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title = "运行单位角色(运检", align = 2, sort = 57)
|
|
public String getRunUnitInspectionRole() {
|
|
public String getRunUnitInspectionRole() {
|
|
return runUnitInspectionRole;
|
|
return runUnitInspectionRole;
|
|
}
|
|
}
|
|
@@ -679,7 +678,7 @@ public class Project extends DataEntity<Project> {
|
|
public void setRunUnitInspectionRole(String runUnitInspectionRole) {
|
|
public void setRunUnitInspectionRole(String runUnitInspectionRole) {
|
|
this.runUnitInspectionRole = runUnitInspectionRole;
|
|
this.runUnitInspectionRole = runUnitInspectionRole;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title = "施工合同单位", align = 2, sort = 58)
|
|
public String getConstructionContractUnit() {
|
|
public String getConstructionContractUnit() {
|
|
return constructionContractUnit;
|
|
return constructionContractUnit;
|
|
}
|
|
}
|
|
@@ -687,7 +686,7 @@ public class Project extends DataEntity<Project> {
|
|
public void setConstructionContractUnit(String constructionContractUnit) {
|
|
public void setConstructionContractUnit(String constructionContractUnit) {
|
|
this.constructionContractUnit = constructionContractUnit;
|
|
this.constructionContractUnit = constructionContractUnit;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title = "施工合同率", align = 2, sort =59)
|
|
public Double getConstructionContractRate() {
|
|
public Double getConstructionContractRate() {
|
|
return constructionContractRate;
|
|
return constructionContractRate;
|
|
}
|
|
}
|
|
@@ -695,7 +694,7 @@ public class Project extends DataEntity<Project> {
|
|
public void setConstructionContractRate(Double constructionContractRate) {
|
|
public void setConstructionContractRate(Double constructionContractRate) {
|
|
this.constructionContractRate = constructionContractRate;
|
|
this.constructionContractRate = constructionContractRate;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title = "施工分包单位", align = 2, sort = 60)
|
|
public String getConstructionContractSub() {
|
|
public String getConstructionContractSub() {
|
|
return constructionContractSub;
|
|
return constructionContractSub;
|
|
}
|
|
}
|
|
@@ -703,7 +702,7 @@ public class Project extends DataEntity<Project> {
|
|
public void setConstructionContractSub(String constructionContractSub) {
|
|
public void setConstructionContractSub(String constructionContractSub) {
|
|
this.constructionContractSub = constructionContractSub;
|
|
this.constructionContractSub = constructionContractSub;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title = "施工单位技经专职", align = 2, sort = 61)
|
|
public String getConstructionSkillByFull() {
|
|
public String getConstructionSkillByFull() {
|
|
return constructionSkillByFull;
|
|
return constructionSkillByFull;
|
|
}
|
|
}
|
|
@@ -711,7 +710,7 @@ public class Project extends DataEntity<Project> {
|
|
public void setConstructionSkillByFull(String constructionSkillByFull) {
|
|
public void setConstructionSkillByFull(String constructionSkillByFull) {
|
|
this.constructionSkillByFull = constructionSkillByFull;
|
|
this.constructionSkillByFull = constructionSkillByFull;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @ExcelField(title = "自动化备注", align = 2, sort = 62)
|
|
public String getAutomatedRemarks() {
|
|
public String getAutomatedRemarks() {
|
|
return automatedRemarks;
|
|
return automatedRemarks;
|
|
}
|
|
}
|