|
@@ -41,7 +41,7 @@ public class ProjectRecordTreeData extends DataEntity<ProjectRecordTreeData> {
|
|
|
private Date date; //时间控件
|
|
|
|
|
|
private Integer projectReportStatus; //报告状态
|
|
|
- private Integer projectReportStatusTwo; //报告流程2状态
|
|
|
+ private Integer projectReportStatusTwo; //报告签发状态
|
|
|
private Integer projectReportRecordStatus; //归档状态
|
|
|
private Integer downProjectReportRecordStatus; //线下归档状态
|
|
|
private String reportedState; //上报状态
|
|
@@ -82,6 +82,8 @@ public class ProjectRecordTreeData extends DataEntity<ProjectRecordTreeData> {
|
|
|
private Integer newRecordAuditNotifyFlag; //新归档(审批)判定条件
|
|
|
private String newReportedNotifyId; //新上报代办判定条件
|
|
|
private Integer newReportedNotifyFlag; //新上报(审批)判定条件
|
|
|
+ private String submitMoney; //项目类型
|
|
|
+ private String submitMoneyStr; //项目类型Str
|
|
|
|
|
|
|
|
|
|
|
@@ -644,4 +646,20 @@ public class ProjectRecordTreeData extends DataEntity<ProjectRecordTreeData> {
|
|
|
public void setNewReportedNotifyFlag(Integer newReportedNotifyFlag) {
|
|
|
this.newReportedNotifyFlag = newReportedNotifyFlag;
|
|
|
}
|
|
|
+
|
|
|
+ public String getSubmitMoney() {
|
|
|
+ return submitMoney;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSubmitMoney(String submitMoney) {
|
|
|
+ this.submitMoney = submitMoney;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSubmitMoneyStr() {
|
|
|
+ return submitMoneyStr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSubmitMoneyStr(String submitMoneyStr) {
|
|
|
+ this.submitMoneyStr = submitMoneyStr;
|
|
|
+ }
|
|
|
}
|