|
@@ -320,7 +320,8 @@ public class RuralProjectRecords extends ActEntity<RuralProjectRecords> {
|
|
private List<ProjectReportData> projectReportData = Lists.newArrayList();
|
|
private List<ProjectReportData> projectReportData = Lists.newArrayList();
|
|
private List<ProjectFilingBatchProInfo> proInfos=Lists.newArrayList();
|
|
private List<ProjectFilingBatchProInfo> proInfos=Lists.newArrayList();
|
|
|
|
|
|
- private String reviewerPerson;//审核人
|
|
|
|
|
|
+ private String reviewerPerson;//审核人名称
|
|
|
|
+ private String reviewerPersonId;//审核人
|
|
|
|
|
|
public String getPrrId() {
|
|
public String getPrrId() {
|
|
return prrId;
|
|
return prrId;
|
|
@@ -2266,6 +2267,14 @@ public class RuralProjectRecords extends ActEntity<RuralProjectRecords> {
|
|
this.reviewerPerson = reviewerPerson;
|
|
this.reviewerPerson = reviewerPerson;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public String getReviewerPersonId() {
|
|
|
|
+ return reviewerPersonId;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setReviewerPersonId(String reviewerPersonId) {
|
|
|
|
+ this.reviewerPersonId = reviewerPersonId;
|
|
|
|
+ }
|
|
|
|
+
|
|
public String getCompanyType() {
|
|
public String getCompanyType() {
|
|
return companyType;
|
|
return companyType;
|
|
}
|
|
}
|