|
@@ -58,7 +58,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
private String zhengDifficultyWarn; //varchar(255) NULL 政处难点提醒
|
|
private String zhengDifficultyWarn; //varchar(255) NULL 政处难点提醒
|
|
private String disclosureFinishDateStr;
|
|
private String disclosureFinishDateStr;
|
|
|
|
|
|
-
|
|
|
|
|
|
+ @ExcelField(title="项目名称", align=2, sort=2)
|
|
public String getProjectName() {
|
|
public String getProjectName() {
|
|
return projectName;
|
|
return projectName;
|
|
}
|
|
}
|
|
@@ -84,7 +84,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.projectReserveId = projectReserveId;
|
|
this.projectReserveId = projectReserveId;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="交底牵头部门", align=2, sort=2)
|
|
|
|
|
|
+ @ExcelField(title="交底牵头部门", align=2, sort=3)
|
|
public String getDisclosureToCoordinate() {
|
|
public String getDisclosureToCoordinate() {
|
|
return disclosureToCoordinate;
|
|
return disclosureToCoordinate;
|
|
}
|
|
}
|
|
@@ -93,7 +93,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.disclosureToCoordinate = disclosureToCoordinate;
|
|
this.disclosureToCoordinate = disclosureToCoordinate;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="交底参与部门", align=2, sort=3)
|
|
|
|
|
|
+ @ExcelField(title="交底参与部门", align=2, sort=4)
|
|
public String getDisclosureParticipate() {
|
|
public String getDisclosureParticipate() {
|
|
return disclosureParticipate;
|
|
return disclosureParticipate;
|
|
}
|
|
}
|
|
@@ -102,7 +102,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.disclosureParticipate = disclosureParticipate;
|
|
this.disclosureParticipate = disclosureParticipate;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="是否完成交底", align=2, sort=4)
|
|
|
|
|
|
+ @ExcelField(title="是否完成交底", align=2, sort=5)
|
|
public String getWhetherFinishDisclosure() {
|
|
public String getWhetherFinishDisclosure() {
|
|
return whetherFinishDisclosure;
|
|
return whetherFinishDisclosure;
|
|
}
|
|
}
|
|
@@ -111,7 +111,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.whetherFinishDisclosure = whetherFinishDisclosure;
|
|
this.whetherFinishDisclosure = whetherFinishDisclosure;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="项目管理中心人员", align=2, sort=5)
|
|
|
|
|
|
+ @ExcelField(title="项目管理中心人员", align=2, sort=6)
|
|
public String getProjectManagementPeople() {
|
|
public String getProjectManagementPeople() {
|
|
return projectManagementPeople;
|
|
return projectManagementPeople;
|
|
}
|
|
}
|
|
@@ -120,7 +120,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.projectManagementPeople = projectManagementPeople;
|
|
this.projectManagementPeople = projectManagementPeople;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="设计院人员", align=2, sort=6)
|
|
|
|
|
|
+ @ExcelField(title="设计院人员", align=2, sort=7)
|
|
public String getDesigningInstitutePeople() {
|
|
public String getDesigningInstitutePeople() {
|
|
return designingInstitutePeople;
|
|
return designingInstitutePeople;
|
|
}
|
|
}
|
|
@@ -129,7 +129,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.designingInstitutePeople = designingInstitutePeople;
|
|
this.designingInstitutePeople = designingInstitutePeople;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="经研所人员", align=2, sort=7)
|
|
|
|
|
|
+ @ExcelField(title="经研所人员", align=2, sort=8)
|
|
public String getIfoPeople() {
|
|
public String getIfoPeople() {
|
|
return ifoPeople;
|
|
return ifoPeople;
|
|
}
|
|
}
|
|
@@ -138,7 +138,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.ifoPeople = ifoPeople;
|
|
this.ifoPeople = ifoPeople;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="区域中心人员", align=2, sort=8)
|
|
|
|
|
|
+ @ExcelField(title="区域中心人员", align=2, sort=9)
|
|
public String getRegionalCenterPeople() {
|
|
public String getRegionalCenterPeople() {
|
|
return regionalCenterPeople;
|
|
return regionalCenterPeople;
|
|
}
|
|
}
|
|
@@ -147,7 +147,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.regionalCenterPeople = regionalCenterPeople;
|
|
this.regionalCenterPeople = regionalCenterPeople;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="不停电作业中心人员", align=2, sort=9)
|
|
|
|
|
|
+ @ExcelField(title="不停电作业中心人员", align=2, sort=10)
|
|
public String getUninterruptedOperationPeople() {
|
|
public String getUninterruptedOperationPeople() {
|
|
return uninterruptedOperationPeople;
|
|
return uninterruptedOperationPeople;
|
|
}
|
|
}
|
|
@@ -156,7 +156,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.uninterruptedOperationPeople = uninterruptedOperationPeople;
|
|
this.uninterruptedOperationPeople = uninterruptedOperationPeople;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="作业方式", align=2, sort=10)
|
|
|
|
|
|
+ @ExcelField(title="作业方式", align=2, sort=11)
|
|
public String getWorkMode() {
|
|
public String getWorkMode() {
|
|
return workMode;
|
|
return workMode;
|
|
}
|
|
}
|
|
@@ -165,7 +165,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.workMode = workMode;
|
|
this.workMode = workMode;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="交底完成日期", align=2, sort=11)
|
|
|
|
|
|
+ @ExcelField(title="交底完成日期", align=2, sort=12)
|
|
public Date getDisclosureFinishDate() {
|
|
public Date getDisclosureFinishDate() {
|
|
return disclosureFinishDate;
|
|
return disclosureFinishDate;
|
|
}
|
|
}
|
|
@@ -174,7 +174,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.disclosureFinishDate = disclosureFinishDate;
|
|
this.disclosureFinishDate = disclosureFinishDate;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="备注", align=2, sort=12)
|
|
|
|
|
|
+ @ExcelField(title="备注", align=2, sort=13)
|
|
public String getDisclosureRemarks() {
|
|
public String getDisclosureRemarks() {
|
|
return disclosureRemarks;
|
|
return disclosureRemarks;
|
|
}
|
|
}
|
|
@@ -183,7 +183,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.disclosureRemarks = disclosureRemarks;
|
|
this.disclosureRemarks = disclosureRemarks;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="立项说明", align=2, sort=13)
|
|
|
|
|
|
+ @ExcelField(title="立项说明", align=2, sort=14)
|
|
public String getProjectDescription() {
|
|
public String getProjectDescription() {
|
|
return projectDescription;
|
|
return projectDescription;
|
|
}
|
|
}
|
|
@@ -192,7 +192,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.projectDescription = projectDescription;
|
|
this.projectDescription = projectDescription;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="不具备立项条件说明", align=2, sort=14)
|
|
|
|
|
|
+ @ExcelField(title="不具备立项条件说明", align=2, sort=15)
|
|
public String getDoNotPossessProjectDescription() {
|
|
public String getDoNotPossessProjectDescription() {
|
|
return doNotPossessProjectDescription;
|
|
return doNotPossessProjectDescription;
|
|
}
|
|
}
|
|
@@ -201,7 +201,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.doNotPossessProjectDescription = doNotPossessProjectDescription;
|
|
this.doNotPossessProjectDescription = doNotPossessProjectDescription;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="方案变更说明", align=2, sort=15)
|
|
|
|
|
|
+ @ExcelField(title="方案变更说明", align=2, sort=16)
|
|
public String getChangedProgramsExplain() {
|
|
public String getChangedProgramsExplain() {
|
|
return changedProgramsExplain;
|
|
return changedProgramsExplain;
|
|
}
|
|
}
|
|
@@ -210,7 +210,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.changedProgramsExplain = changedProgramsExplain;
|
|
this.changedProgramsExplain = changedProgramsExplain;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="政处难度初判", align=2, sort=16)
|
|
|
|
|
|
+ @ExcelField(title="政处难度初判", align=2, sort=17)
|
|
public String getInitialDifficulty() {
|
|
public String getInitialDifficulty() {
|
|
return initialDifficulty;
|
|
return initialDifficulty;
|
|
}
|
|
}
|
|
@@ -219,7 +219,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.initialDifficulty = initialDifficulty;
|
|
this.initialDifficulty = initialDifficulty;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="是否有资本设备", align=2, sort=17)
|
|
|
|
|
|
+ @ExcelField(title="是否有资本设备", align=2, sort=18)
|
|
public String getCapitalEquipment() {
|
|
public String getCapitalEquipment() {
|
|
return capitalEquipment;
|
|
return capitalEquipment;
|
|
}
|
|
}
|
|
@@ -228,7 +228,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.capitalEquipment = capitalEquipment;
|
|
this.capitalEquipment = capitalEquipment;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="是否有变电站新出线", align=2, sort=18)
|
|
|
|
|
|
+ @ExcelField(title="是否有变电站新出线", align=2, sort=19)
|
|
public String getSubstationNewLine() {
|
|
public String getSubstationNewLine() {
|
|
return substationNewLine;
|
|
return substationNewLine;
|
|
}
|
|
}
|
|
@@ -237,7 +237,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.substationNewLine = substationNewLine;
|
|
this.substationNewLine = substationNewLine;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="是否已实施", align=2, sort=19)
|
|
|
|
|
|
+ @ExcelField(title="是否已实施", align=2, sort=20)
|
|
public String getWhetherImplement() {
|
|
public String getWhetherImplement() {
|
|
return whetherImplement;
|
|
return whetherImplement;
|
|
}
|
|
}
|
|
@@ -246,7 +246,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.whetherImplement = whetherImplement;
|
|
this.whetherImplement = whetherImplement;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="现场情况描述", align=2, sort=20)
|
|
|
|
|
|
+ @ExcelField(title="现场情况描述", align=2, sort=21)
|
|
public String getFieldDescription() {
|
|
public String getFieldDescription() {
|
|
return fieldDescription;
|
|
return fieldDescription;
|
|
}
|
|
}
|
|
@@ -255,7 +255,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.fieldDescription = fieldDescription;
|
|
this.fieldDescription = fieldDescription;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="是否有实施必要性", align=2, sort=21)
|
|
|
|
|
|
+ @ExcelField(title="是否有实施必要性", align=2, sort=22)
|
|
public String getNecessaryOfImplementation() {
|
|
public String getNecessaryOfImplementation() {
|
|
return necessaryOfImplementation;
|
|
return necessaryOfImplementation;
|
|
}
|
|
}
|
|
@@ -264,7 +264,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.necessaryOfImplementation = necessaryOfImplementation;
|
|
this.necessaryOfImplementation = necessaryOfImplementation;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="实施无必要描述", align=2, sort=22)
|
|
|
|
|
|
+ @ExcelField(title="实施无必要描述", align=2, sort=23)
|
|
public String getUnnecessaryDescription() {
|
|
public String getUnnecessaryDescription() {
|
|
return unnecessaryDescription;
|
|
return unnecessaryDescription;
|
|
}
|
|
}
|
|
@@ -273,7 +273,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.unnecessaryDescription = unnecessaryDescription;
|
|
this.unnecessaryDescription = unnecessaryDescription;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="是否存在前置条件", align=2, sort=23)
|
|
|
|
|
|
+ @ExcelField(title="是否存在前置条件", align=2, sort=24)
|
|
public String getPrecondition() {
|
|
public String getPrecondition() {
|
|
return precondition;
|
|
return precondition;
|
|
}
|
|
}
|
|
@@ -282,7 +282,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.precondition = precondition;
|
|
this.precondition = precondition;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="前置条件描述", align=2, sort=24)
|
|
|
|
|
|
+ @ExcelField(title="前置条件描述", align=2, sort=25)
|
|
public String getConditionsDescribed() {
|
|
public String getConditionsDescribed() {
|
|
return conditionsDescribed;
|
|
return conditionsDescribed;
|
|
}
|
|
}
|
|
@@ -291,7 +291,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.conditionsDescribed = conditionsDescribed;
|
|
this.conditionsDescribed = conditionsDescribed;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="是否存在施工方案问题", align=2, sort=25)
|
|
|
|
|
|
+ @ExcelField(title="是否存在施工方案问题", align=2, sort=26)
|
|
public String getConstructionSchemeProblem() {
|
|
public String getConstructionSchemeProblem() {
|
|
return constructionSchemeProblem;
|
|
return constructionSchemeProblem;
|
|
}
|
|
}
|
|
@@ -300,7 +300,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.constructionSchemeProblem = constructionSchemeProblem;
|
|
this.constructionSchemeProblem = constructionSchemeProblem;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="施工方案问题描述", align=2, sort=26)
|
|
|
|
|
|
+ @ExcelField(title="施工方案问题描述", align=2, sort=27)
|
|
public String getProblemDescriptionOfConstructionScheme() {
|
|
public String getProblemDescriptionOfConstructionScheme() {
|
|
return problemDescriptionOfConstructionScheme;
|
|
return problemDescriptionOfConstructionScheme;
|
|
}
|
|
}
|
|
@@ -309,7 +309,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.problemDescriptionOfConstructionScheme = problemDescriptionOfConstructionScheme;
|
|
this.problemDescriptionOfConstructionScheme = problemDescriptionOfConstructionScheme;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="现场是否存在安全隐患", align=2, sort=27)
|
|
|
|
|
|
+ @ExcelField(title="现场是否存在安全隐患", align=2, sort=28)
|
|
public String getExistingSecurityThreat() {
|
|
public String getExistingSecurityThreat() {
|
|
return existingSecurityThreat;
|
|
return existingSecurityThreat;
|
|
}
|
|
}
|
|
@@ -318,7 +318,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.existingSecurityThreat = existingSecurityThreat;
|
|
this.existingSecurityThreat = existingSecurityThreat;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="安全隐患描述", align=2, sort=28)
|
|
|
|
|
|
+ @ExcelField(title="安全隐患描述", align=2, sort=29)
|
|
public String getSafetyHazardDescription() {
|
|
public String getSafetyHazardDescription() {
|
|
return safetyHazardDescription;
|
|
return safetyHazardDescription;
|
|
}
|
|
}
|
|
@@ -327,7 +327,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.safetyHazardDescription = safetyHazardDescription;
|
|
this.safetyHazardDescription = safetyHazardDescription;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="是否需要定制物资", align=2, sort=29)
|
|
|
|
|
|
+ @ExcelField(title="是否需要定制物资", align=2, sort=30)
|
|
public String getCustomizedMaterials() {
|
|
public String getCustomizedMaterials() {
|
|
return customizedMaterials;
|
|
return customizedMaterials;
|
|
}
|
|
}
|
|
@@ -336,7 +336,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.customizedMaterials = customizedMaterials;
|
|
this.customizedMaterials = customizedMaterials;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="定制物资描述", align=2, sort=30)
|
|
|
|
|
|
+ @ExcelField(title="定制物资描述", align=2, sort=31)
|
|
public String getMaterialDescription() {
|
|
public String getMaterialDescription() {
|
|
return materialDescription;
|
|
return materialDescription;
|
|
}
|
|
}
|
|
@@ -345,7 +345,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.materialDescription = materialDescription;
|
|
this.materialDescription = materialDescription;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="是否有拆旧物资", align=2, sort=31)
|
|
|
|
|
|
+ @ExcelField(title="是否有拆旧物资", align=2, sort=32)
|
|
public String getDismantlingTheOldMaterial() {
|
|
public String getDismantlingTheOldMaterial() {
|
|
return dismantlingTheOldMaterial;
|
|
return dismantlingTheOldMaterial;
|
|
}
|
|
}
|
|
@@ -354,7 +354,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.dismantlingTheOldMaterial = dismantlingTheOldMaterial;
|
|
this.dismantlingTheOldMaterial = dismantlingTheOldMaterial;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="作业方式", align=2, sort=32)
|
|
|
|
|
|
+ @ExcelField(title="作业方式", align=2, sort=33)
|
|
public String getOperatingType() {
|
|
public String getOperatingType() {
|
|
return operatingType;
|
|
return operatingType;
|
|
}
|
|
}
|
|
@@ -363,7 +363,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.operatingType = operatingType;
|
|
this.operatingType = operatingType;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="停电问题描述", align=2, sort=33)
|
|
|
|
|
|
+ @ExcelField(title="停电问题描述", align=2, sort=34)
|
|
public String getProblemDescription() {
|
|
public String getProblemDescription() {
|
|
return problemDescription;
|
|
return problemDescription;
|
|
}
|
|
}
|
|
@@ -372,7 +372,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.problemDescription = problemDescription;
|
|
this.problemDescription = problemDescription;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="是否有土建工作量", align=2, sort=34)
|
|
|
|
|
|
+ @ExcelField(title="是否有土建工作量", align=2, sort=35)
|
|
public String getCivilWork() {
|
|
public String getCivilWork() {
|
|
return civilWork;
|
|
return civilWork;
|
|
}
|
|
}
|
|
@@ -381,7 +381,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.civilWork = civilWork;
|
|
this.civilWork = civilWork;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="是否有立杆工作量", align=2, sort=35)
|
|
|
|
|
|
+ @ExcelField(title="是否有立杆工作量", align=2, sort=36)
|
|
public String getVerticalRodWorkload() {
|
|
public String getVerticalRodWorkload() {
|
|
return verticalRodWorkload;
|
|
return verticalRodWorkload;
|
|
}
|
|
}
|
|
@@ -390,7 +390,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.verticalRodWorkload = verticalRodWorkload;
|
|
this.verticalRodWorkload = verticalRodWorkload;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="总工作量描述", align=2, sort=36)
|
|
|
|
|
|
+ @ExcelField(title="总工作量描述", align=2, sort=37)
|
|
public String getTotalWorkloadDescription() {
|
|
public String getTotalWorkloadDescription() {
|
|
return totalWorkloadDescription;
|
|
return totalWorkloadDescription;
|
|
}
|
|
}
|
|
@@ -399,7 +399,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.totalWorkloadDescription = totalWorkloadDescription;
|
|
this.totalWorkloadDescription = totalWorkloadDescription;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="区域中心", align=2, sort=37)
|
|
|
|
|
|
+ @ExcelField(title="区域中心", align=2, sort=38)
|
|
public String getRegionalCenter() {
|
|
public String getRegionalCenter() {
|
|
return regionalCenter;
|
|
return regionalCenter;
|
|
}
|
|
}
|
|
@@ -408,7 +408,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.regionalCenter = regionalCenter;
|
|
this.regionalCenter = regionalCenter;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="供电所辖区", align=2, sort=38)
|
|
|
|
|
|
+ @ExcelField(title="供电所辖区", align=2, sort=39)
|
|
public String getPowerSupplyArea() {
|
|
public String getPowerSupplyArea() {
|
|
return powerSupplyArea;
|
|
return powerSupplyArea;
|
|
}
|
|
}
|
|
@@ -417,7 +417,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.powerSupplyArea = powerSupplyArea;
|
|
this.powerSupplyArea = powerSupplyArea;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="政处地点", align=2, sort=39)
|
|
|
|
|
|
+ @ExcelField(title="政处地点", align=2, sort=40)
|
|
public String getZhengLocation() {
|
|
public String getZhengLocation() {
|
|
return zhengLocation;
|
|
return zhengLocation;
|
|
}
|
|
}
|
|
@@ -426,7 +426,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.zhengLocation = zhengLocation;
|
|
this.zhengLocation = zhengLocation;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="政处类型", align=2, sort=40)
|
|
|
|
|
|
+ @ExcelField(title="政处类型", align=2, sort=41)
|
|
public String getZhengType() {
|
|
public String getZhengType() {
|
|
return zhengType;
|
|
return zhengType;
|
|
}
|
|
}
|
|
@@ -435,7 +435,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.zhengType = zhengType;
|
|
this.zhengType = zhengType;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="政处对象", align=2, sort=41)
|
|
|
|
|
|
+ @ExcelField(title="政处对象", align=2, sort=42)
|
|
public String getZhengObject() {
|
|
public String getZhengObject() {
|
|
return zhengObject;
|
|
return zhengObject;
|
|
}
|
|
}
|
|
@@ -444,7 +444,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.zhengObject = zhengObject;
|
|
this.zhengObject = zhengObject;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="政处描述", align=2, sort=42)
|
|
|
|
|
|
+ @ExcelField(title="政处描述", align=2, sort=43)
|
|
public String getZhengDescribe() {
|
|
public String getZhengDescribe() {
|
|
return zhengDescribe;
|
|
return zhengDescribe;
|
|
}
|
|
}
|
|
@@ -453,7 +453,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.zhengDescribe = zhengDescribe;
|
|
this.zhengDescribe = zhengDescribe;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="是否需规划报批", align=2, sort=43)
|
|
|
|
|
|
+ @ExcelField(title="是否需规划报批", align=2, sort=44)
|
|
public String getProjectApproval() {
|
|
public String getProjectApproval() {
|
|
return projectApproval;
|
|
return projectApproval;
|
|
}
|
|
}
|
|
@@ -462,7 +462,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.projectApproval = projectApproval;
|
|
this.projectApproval = projectApproval;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="是否需办理安评航评手续", align=2, sort=44)
|
|
|
|
|
|
+ @ExcelField(title="是否需办理安评航评手续", align=2, sort=45)
|
|
public String getCourseEvaluationProcedures() {
|
|
public String getCourseEvaluationProcedures() {
|
|
return courseEvaluationProcedures;
|
|
return courseEvaluationProcedures;
|
|
}
|
|
}
|
|
@@ -471,7 +471,7 @@ public class ExportScheme extends DataEntity<ExportScheme> {
|
|
this.courseEvaluationProcedures = courseEvaluationProcedures;
|
|
this.courseEvaluationProcedures = courseEvaluationProcedures;
|
|
}
|
|
}
|
|
|
|
|
|
- @ExcelField(title="政处难点提醒", align=2, sort=45)
|
|
|
|
|
|
+ @ExcelField(title="政处难点提醒", align=2, sort=46)
|
|
public String getZhengDifficultyWarn() {
|
|
public String getZhengDifficultyWarn() {
|
|
return zhengDifficultyWarn;
|
|
return zhengDifficultyWarn;
|
|
}
|
|
}
|