|
@@ -27,6 +27,10 @@ public class MaterialProject extends DataEntity<MaterialProject>{
|
|
private String projectId;
|
|
private String projectId;
|
|
//项目名称
|
|
//项目名称
|
|
private String projectName;
|
|
private String projectName;
|
|
|
|
+ //是否是二次涉电项目
|
|
|
|
+ private String isSecondry;
|
|
|
|
+ //归属年份
|
|
|
|
+ private String attributionYear;
|
|
|
|
|
|
private String arrageProject;//项目计划安排
|
|
private String arrageProject;//项目计划安排
|
|
private String arrageProject1;//项目计划安排
|
|
private String arrageProject1;//项目计划安排
|
|
@@ -168,4 +172,20 @@ public class MaterialProject extends DataEntity<MaterialProject>{
|
|
public void setProjectId(String projectId) {
|
|
public void setProjectId(String projectId) {
|
|
this.projectId = projectId;
|
|
this.projectId = projectId;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public String getIsSecondry() {
|
|
|
|
+ return isSecondry;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setIsSecondry(String isSecondry) {
|
|
|
|
+ this.isSecondry = isSecondry;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getAttributionYear() {
|
|
|
|
+ return attributionYear;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setAttributionYear(String attributionYear) {
|
|
|
|
+ this.attributionYear = attributionYear;
|
|
|
|
+ }
|
|
}
|
|
}
|