|
@@ -251,6 +251,7 @@ public class RuralProjectRecords extends ActEntity<RuralProjectRecords> {
|
|
private Integer projectRecordExceedStatus; //归档状态(超期、归档导出使用)
|
|
private Integer projectRecordExceedStatus; //归档状态(超期、归档导出使用)
|
|
private Integer projectRecordDispenseStatus; //无需上报状态(超期、归档导出使用)
|
|
private Integer projectRecordDispenseStatus; //无需上报状态(超期、归档导出使用)
|
|
private Integer recordState; //是否超期归档状态
|
|
private Integer recordState; //是否超期归档状态
|
|
|
|
+ private String completionStatus; //完成状态
|
|
|
|
|
|
private List<String> civilProjectList = Lists.newArrayList();
|
|
private List<String> civilProjectList = Lists.newArrayList();
|
|
private List<WorkClientAttachment> workAttachments = Lists.newArrayList();
|
|
private List<WorkClientAttachment> workAttachments = Lists.newArrayList();
|
|
@@ -323,7 +324,7 @@ public class RuralProjectRecords extends ActEntity<RuralProjectRecords> {
|
|
this.projectReportStatus = projectReportStatus;
|
|
this.projectReportStatus = projectReportStatus;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="报告号", align=2, sort=1)
|
|
|
|
|
|
+ @ExcelField(title="报告号", align=2, sort=2)
|
|
public String getProjectReportNumber() {
|
|
public String getProjectReportNumber() {
|
|
return projectReportNumber;
|
|
return projectReportNumber;
|
|
}
|
|
}
|
|
@@ -356,7 +357,7 @@ public class RuralProjectRecords extends ActEntity<RuralProjectRecords> {
|
|
this.workContractInfo = contract;
|
|
this.workContractInfo = contract;
|
|
}
|
|
}
|
|
|
|
|
|
- //@ExcelField(title="项目编号", align=2, sort=1)
|
|
|
|
|
|
+ @ExcelField(title="项目编号", align=2, sort=1)
|
|
public String getProjectId() {
|
|
public String getProjectId() {
|
|
return projectId;
|
|
return projectId;
|
|
}
|
|
}
|
|
@@ -365,7 +366,7 @@ public class RuralProjectRecords extends ActEntity<RuralProjectRecords> {
|
|
this.projectId = projectId;
|
|
this.projectId = projectId;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="项目名称", align=2, sort=2)
|
|
|
|
|
|
+ @ExcelField(title="项目名称", align=2, sort=3)
|
|
public String getProjectName() {
|
|
public String getProjectName() {
|
|
return projectName;
|
|
return projectName;
|
|
}
|
|
}
|
|
@@ -589,7 +590,7 @@ public class RuralProjectRecords extends ActEntity<RuralProjectRecords> {
|
|
public void setUserId(String userId) {
|
|
public void setUserId(String userId) {
|
|
this.userId = userId;
|
|
this.userId = userId;
|
|
}
|
|
}
|
|
- @ExcelField(title="合同名称", align=2, sort=4)
|
|
|
|
|
|
+ @ExcelField(title="合同名称", align=2, sort=5)
|
|
public String getContractName() {
|
|
public String getContractName() {
|
|
if (workContractInfo!=null) {
|
|
if (workContractInfo!=null) {
|
|
return workContractInfo.getName();
|
|
return workContractInfo.getName();
|
|
@@ -597,7 +598,7 @@ public class RuralProjectRecords extends ActEntity<RuralProjectRecords> {
|
|
return "";
|
|
return "";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- @ExcelField(title="合同编号", align=2, sort=3)
|
|
|
|
|
|
+ @ExcelField(title="合同编号", align=2, sort=4)
|
|
public String getContractNumber() {
|
|
public String getContractNumber() {
|
|
if (workContractInfo!=null) {
|
|
if (workContractInfo!=null) {
|
|
return workContractInfo.getContractNum();
|
|
return workContractInfo.getContractNum();
|
|
@@ -1750,7 +1751,7 @@ public class RuralProjectRecords extends ActEntity<RuralProjectRecords> {
|
|
this.createByOffice = createByOffice;
|
|
this.createByOffice = createByOffice;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="责任人部门", align=2, sort=10)
|
|
|
|
|
|
+ //@ExcelField(title="责任人部门", align=2, sort=10)
|
|
public String getProjectMasterOffice() {
|
|
public String getProjectMasterOffice() {
|
|
return projectMasterOffice;
|
|
return projectMasterOffice;
|
|
}
|
|
}
|
|
@@ -1769,7 +1770,7 @@ public class RuralProjectRecords extends ActEntity<RuralProjectRecords> {
|
|
}
|
|
}
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
- @ExcelField(title="质量复核日期", align=2, sort=19)
|
|
|
|
|
|
+ //@ExcelField(title="质量复核日期", align=2, sort=19)
|
|
public Date getReportAuditDate() {
|
|
public Date getReportAuditDate() {
|
|
return reportAuditDate;
|
|
return reportAuditDate;
|
|
}
|
|
}
|
|
@@ -1779,7 +1780,7 @@ public class RuralProjectRecords extends ActEntity<RuralProjectRecords> {
|
|
}
|
|
}
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
- @ExcelField(title="报告签发日期", align=2, sort=20)
|
|
|
|
|
|
+ //@ExcelField(title="报告签发日期", align=2, sort=20)
|
|
public Date getReportTwoAuditDate() {
|
|
public Date getReportTwoAuditDate() {
|
|
return reportTwoAuditDate;
|
|
return reportTwoAuditDate;
|
|
}
|
|
}
|
|
@@ -1788,7 +1789,7 @@ public class RuralProjectRecords extends ActEntity<RuralProjectRecords> {
|
|
this.reportTwoAuditDate = reportTwoAuditDate;
|
|
this.reportTwoAuditDate = reportTwoAuditDate;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="项目规模", align=2, sort=11)
|
|
|
|
|
|
+ @ExcelField(title="项目规模", align=2, sort=10)
|
|
public String getProjectScale() {
|
|
public String getProjectScale() {
|
|
return projectScale;
|
|
return projectScale;
|
|
}
|
|
}
|
|
@@ -1828,4 +1829,13 @@ public class RuralProjectRecords extends ActEntity<RuralProjectRecords> {
|
|
public void setRecordState(Integer recordState) {
|
|
public void setRecordState(Integer recordState) {
|
|
this.recordState = recordState;
|
|
this.recordState = recordState;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ @ExcelField(title="完成状态", align=2, sort=19)
|
|
|
|
+ public String getCompletionStatus() {
|
|
|
|
+ return completionStatus;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setCompletionStatus(String completionStatus) {
|
|
|
|
+ this.completionStatus = completionStatus;
|
|
|
|
+ }
|
|
}
|
|
}
|