|
@@ -28,7 +28,7 @@ public class MaterialProject extends DataEntity<MaterialProject>{
|
|
|
//项目名称
|
|
|
private String projectName;
|
|
|
//是否是二次涉电项目
|
|
|
- private String isSecondry;
|
|
|
+ private String isSecondary;
|
|
|
//归属年份
|
|
|
private String attributionYear;
|
|
|
|
|
@@ -173,12 +173,12 @@ public class MaterialProject extends DataEntity<MaterialProject>{
|
|
|
this.projectId = projectId;
|
|
|
}
|
|
|
|
|
|
- public String getIsSecondry() {
|
|
|
- return isSecondry;
|
|
|
+ public String getIsSecondary() {
|
|
|
+ return isSecondary;
|
|
|
}
|
|
|
|
|
|
- public void setIsSecondry(String isSecondry) {
|
|
|
- this.isSecondry = isSecondry;
|
|
|
+ public void setIsSecondary(String isSecondary) {
|
|
|
+ this.isSecondary = isSecondary;
|
|
|
}
|
|
|
|
|
|
public String getAttributionYear() {
|