|
@@ -56,6 +56,8 @@ public class Project extends DataEntity<Project> {
|
|
|
private String projectType;
|
|
|
//流程实例id
|
|
|
private String procInsId;
|
|
|
+ //
|
|
|
+ private String attributionYear;
|
|
|
|
|
|
public String getReserveProjectName() {
|
|
|
return reserveProjectName;
|
|
@@ -248,4 +250,12 @@ public class Project extends DataEntity<Project> {
|
|
|
public void setProcInsId(String procInsId) {
|
|
|
this.procInsId = procInsId;
|
|
|
}
|
|
|
+
|
|
|
+ public String getAttributionYear() {
|
|
|
+ return attributionYear;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAttributionYear(String attributionYear) {
|
|
|
+ this.attributionYear = attributionYear;
|
|
|
+ }
|
|
|
}
|