|
@@ -263,7 +263,7 @@ public class RuralProjectRecordsExport extends ActEntity<RuralProjectRecordsExpo
|
|
private Integer recordState; //是否超期归档状态
|
|
private Integer recordState; //是否超期归档状态
|
|
private String completionStatus; //完成状态
|
|
private String completionStatus; //完成状态
|
|
|
|
|
|
- private String money; //收费金额
|
|
|
|
|
|
+ private Double money; //收费金额
|
|
private String prdAuditDate; //报告审批通过时间时间
|
|
private String prdAuditDate; //报告审批通过时间时间
|
|
private String whetherReportNumber; //是否需要报告号
|
|
private String whetherReportNumber; //是否需要报告号
|
|
private String signatureFlag; //审定单签章状态
|
|
private String signatureFlag; //审定单签章状态
|
|
@@ -939,7 +939,7 @@ public class RuralProjectRecordsExport extends ActEntity<RuralProjectRecordsExpo
|
|
this.constructionLinkman = constructionLinkman;
|
|
this.constructionLinkman = constructionLinkman;
|
|
}
|
|
}
|
|
|
|
|
|
- //@ExcelField(title="上报状态", align=2, sort=19,dictType = "reported_state")
|
|
|
|
|
|
+ @ExcelField(title="上报状态", align=2, sort=19,dictType = "reported_state")
|
|
public String getReportedState() {
|
|
public String getReportedState() {
|
|
return reportedState;
|
|
return reportedState;
|
|
}
|
|
}
|
|
@@ -1910,12 +1910,12 @@ public class RuralProjectRecordsExport extends ActEntity<RuralProjectRecordsExpo
|
|
this.downArchiveStatus = downArchiveStatus;
|
|
this.downArchiveStatus = downArchiveStatus;
|
|
}
|
|
}
|
|
|
|
|
|
- //@ExcelField(title="咨询营业收入(万元)", align=2, sort=20)
|
|
|
|
- public String getMoney() {
|
|
|
|
|
|
+ @ExcelField(title="咨询营业收入(万元)", align=2, sort=17)
|
|
|
|
+ public Double getMoney() {
|
|
return money;
|
|
return money;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setMoney(String money) {
|
|
|
|
|
|
+ public void setMoney(Double money) {
|
|
this.money = money;
|
|
this.money = money;
|
|
}
|
|
}
|
|
|
|
|