|
@@ -1,751 +0,0 @@
|
|
|
-package com.jeeplus.modules.sg.managementcenter.project.entity;
|
|
|
-
|
|
|
-import com.jeeplus.common.utils.excel.annotation.ExcelField;
|
|
|
-import com.jeeplus.core.persistence.DataEntity;
|
|
|
-
|
|
|
-import java.util.List;
|
|
|
-
|
|
|
-public class Project1 extends DataEntity<Project1> {
|
|
|
- private static final long serialVersionUID = 1L;
|
|
|
- private String serialNumber;
|
|
|
- private String type;//类型
|
|
|
- private String demandUnit;//需求提出单位
|
|
|
- private String bdzName;//变电站名称
|
|
|
- private String lineName;//线路名称
|
|
|
- private String requireName;//需求项目名称
|
|
|
-
|
|
|
- private String reserveNumber;//储备编号
|
|
|
-
|
|
|
- private String projectId;//工程编号
|
|
|
- private String projectName;//项目名称
|
|
|
- private String projectNumber;//项目定义号
|
|
|
- private String projectManageRole;//配网项目经理
|
|
|
- private String distributionEngineering;//配网工程专职
|
|
|
- private String distributionMaterials;//配网物资专职
|
|
|
- private String distributionSystem;//配网系统专职
|
|
|
- private String distributionPolicy;//配网政策处理专职
|
|
|
- private String managementLeader;//项目管理中心领导
|
|
|
-
|
|
|
- private String skillByFull;//项目管理中心技经专职
|
|
|
-
|
|
|
- private String runUnit;//运行单位
|
|
|
- private String runUnitRole;//运行单位角色(储备)
|
|
|
-
|
|
|
- private String runUnitInspectionRole;//运行单位角色(运检)
|
|
|
-
|
|
|
- private String throughResearchRole;//经研所角色
|
|
|
-
|
|
|
- private String constructionContractUnit; //施工合同单位
|
|
|
- private Double constructionContractRate; //施工合同率
|
|
|
- private String constructionContractSub; //施工分包单位
|
|
|
-
|
|
|
- private String constructionUnit;//施工单位
|
|
|
- private String constructionUnitRole;//施工单位角色
|
|
|
- private String constructionUnitManage;//施工单位项目经理
|
|
|
- private String constructionUnitLeader;//施工单位领导
|
|
|
-
|
|
|
- private String constructionSkillByFull;//施工单位技经专职
|
|
|
-
|
|
|
-
|
|
|
- private String designUnit;//设计单位
|
|
|
- private String designUnitManage;//设计单位角色
|
|
|
- private String designUnitLeader;//施工 单位领导
|
|
|
- private String clarificaitonType;//交底类型
|
|
|
- private String bulidClassificationResons;//建设理由分类
|
|
|
- private String bulbidResons;//建设理由
|
|
|
- private String asicEquipment;//设备基本情况
|
|
|
- private String runTheClass;//运行班
|
|
|
-
|
|
|
- private String projectTeam;//项目组(不要)
|
|
|
-
|
|
|
- private Double costEstimate;//费用估算
|
|
|
- private String whetherRheUpwind;//是否迎风期度夏项目
|
|
|
- private String sureDaDate;//确定下达时间
|
|
|
- private String textRemark;//备注
|
|
|
- private String powerLine;//停电线路
|
|
|
- private String powerScope;//停电范围
|
|
|
- private List<String> powerScopeList;//停电范围拆分list
|
|
|
- private String rezkey;
|
|
|
-
|
|
|
- public String getRezkey() {
|
|
|
- return rezkey;
|
|
|
- }
|
|
|
-
|
|
|
- public void setRezkey(String rezkey) {
|
|
|
- this.rezkey = rezkey;
|
|
|
- }
|
|
|
-
|
|
|
- public List<String> getPowerScopeList() {
|
|
|
- return powerScopeList;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPowerScopeList(List<String> powerScopeList) {
|
|
|
- this.powerScopeList = powerScopeList;
|
|
|
- }
|
|
|
-
|
|
|
- private String projectType;//项目类型
|
|
|
- private String powerFlagPackage;//是否为停电打包项目
|
|
|
- private String preliminaryJudgment;//证处初步判断
|
|
|
- private String flagCivilEngineering;//是否含土建(不含钢管杆)
|
|
|
- private String steelTubePole;//钢管杆基础类型
|
|
|
- private String flagApprovalPlanning;//是否需要规矩报批
|
|
|
- private String equCreateType;//设备改造类型
|
|
|
- private String equCreateSize;//改造设备尺寸及间隔数
|
|
|
- private String flagNewEquName;//是否新设备命名
|
|
|
- private String includeBdzNews;//是否含变电站新闻格投运
|
|
|
- private String flagNoElectrical;//是否非涉电电气施工
|
|
|
- private String drawingsWork;//图纸标注的带点作业情况
|
|
|
- private String flagAutomation;//是否含自动化
|
|
|
- private String twoAndThreeRemote;//二或三
|
|
|
- private String phoneStyle;//通信方式
|
|
|
- private String stayOpenArea;//柱开集中或就业地
|
|
|
- private String ringNetworkCabinet;//环网柜DTU户内或户外
|
|
|
-
|
|
|
- private String automatedRemarks;//自动化备注
|
|
|
-
|
|
|
- private String stationDtu;//站房DTU
|
|
|
- private String status;//
|
|
|
- private String acquisitionStatus;//领料状态
|
|
|
- private String constructionStatus;//施工状态
|
|
|
- private String whetherCloseStatus;//是否项目关闭
|
|
|
- private String settStatus;
|
|
|
- private Integer earlyMaterial;//判断项目是否可以提前发起领料
|
|
|
- private Integer preConstruction;//判断项目是否可以提前施工
|
|
|
-
|
|
|
- private String loginNameFind;//登录名称
|
|
|
- private String loginNameFindStats;//登录状态
|
|
|
-
|
|
|
- public String getLoginNameFind() {
|
|
|
- return loginNameFind;
|
|
|
- }
|
|
|
-
|
|
|
- public void setLoginNameFind(String loginNameFind) {
|
|
|
- this.loginNameFind = loginNameFind;
|
|
|
- }
|
|
|
-
|
|
|
- public String getLoginNameFindStats() {
|
|
|
- return loginNameFindStats;
|
|
|
- }
|
|
|
-
|
|
|
- public void setLoginNameFindStats(String loginNameFindStats) {
|
|
|
- this.loginNameFindStats = loginNameFindStats;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "序号", align = 2, sort = 1)
|
|
|
- public String getSerialNumber() {
|
|
|
- return serialNumber;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSerialNumber(String serialNumber) {
|
|
|
- this.serialNumber = serialNumber;
|
|
|
- }
|
|
|
-
|
|
|
- public String getStatus() {
|
|
|
- return status;
|
|
|
- }
|
|
|
-
|
|
|
- public void setStatus(String status) {
|
|
|
- this.status = status;
|
|
|
- }
|
|
|
-
|
|
|
- public String getAcquisitionStatus() {
|
|
|
- return acquisitionStatus;
|
|
|
- }
|
|
|
-
|
|
|
- public void setAcquisitionStatus(String acquisitionStatus) {
|
|
|
- this.acquisitionStatus = acquisitionStatus;
|
|
|
- }
|
|
|
-
|
|
|
- public String getConstructionStatus() {
|
|
|
- return constructionStatus;
|
|
|
- }
|
|
|
-
|
|
|
- public void setConstructionStatus(String constructionStatus) {
|
|
|
- this.constructionStatus = constructionStatus;
|
|
|
- }
|
|
|
-
|
|
|
- public String getWhetherCloseStatus() {
|
|
|
- return whetherCloseStatus;
|
|
|
- }
|
|
|
-
|
|
|
- public void setWhetherCloseStatus(String whetherCloseStatus) {
|
|
|
- this.whetherCloseStatus = whetherCloseStatus;
|
|
|
- }
|
|
|
-
|
|
|
- public String getSettStatus() {
|
|
|
- return settStatus;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSettStatus(String settStatus) {
|
|
|
- this.settStatus = settStatus;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "类型", align = 2, sort = 2)
|
|
|
- public String getType() {
|
|
|
- return type;
|
|
|
- }
|
|
|
-
|
|
|
- public void setType(String type) {
|
|
|
- this.type = type;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "需求提出单位", align = 2, sort = 3)
|
|
|
- public String getDemandUnit() {
|
|
|
- return demandUnit;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDemandUnit(String demandUnit) {
|
|
|
- this.demandUnit = demandUnit;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "变电站名称", align = 2, sort = 4)
|
|
|
- public String getBdzName() {
|
|
|
- return bdzName;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBdzName(String bdzName) {
|
|
|
- this.bdzName = bdzName;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "线路名称", align = 2, sort = 5)
|
|
|
- public String getLineName() {
|
|
|
- return lineName;
|
|
|
- }
|
|
|
-
|
|
|
- public void setLineName(String lineName) {
|
|
|
- this.lineName = lineName;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "项目需求名称", align = 2, sort = 6)
|
|
|
- public String getRequireName() {
|
|
|
- return requireName;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "工程编号", align = 2, sort = 7)
|
|
|
- public String getProjectId() {
|
|
|
- return projectId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setProjectId(String projectId) {
|
|
|
- this.projectId = projectId;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "项目名称", align = 2, sort = 8)
|
|
|
- public String getProjectName() {
|
|
|
- return projectName;
|
|
|
- }
|
|
|
-
|
|
|
- public void setProjectName(String projectName) {
|
|
|
- this.projectName = projectName;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "项目定义号", align = 2, sort = 9)
|
|
|
- public String getProjectNumber() {
|
|
|
- return projectNumber;
|
|
|
- }
|
|
|
-
|
|
|
- public void setProjectNumber(String projectNumber) {
|
|
|
- this.projectNumber = projectNumber;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "项目经理角色", align = 2, sort = 10)
|
|
|
- public String getProjectManageRole() {
|
|
|
- return projectManageRole;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "配网工程专职角色", align = 2, sort = 11)
|
|
|
- public String getDistributionEngineering() {
|
|
|
- return distributionEngineering;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDistributionEngineering(String distributionEngineering) {
|
|
|
- this.distributionEngineering = distributionEngineering;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "配网物资专职角色", align = 2, sort = 12)
|
|
|
- public String getDistributionMaterials() {
|
|
|
- return distributionMaterials;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDistributionMaterials(String distributionMaterials) {
|
|
|
- this.distributionMaterials = distributionMaterials;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "配网系统专职角色", align = 2, sort = 13)
|
|
|
- public String getDistributionSystem() {
|
|
|
- return distributionSystem;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDistributionSystem(String distributionSystem) {
|
|
|
- this.distributionSystem = distributionSystem;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "配网政策处理专职角色", align = 2, sort = 14)
|
|
|
- public String getDistributionPolicy() {
|
|
|
- return distributionPolicy;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDistributionPolicy(String distributionPolicy) {
|
|
|
- this.distributionPolicy = distributionPolicy;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "项目管理中心领导角色", align = 2, sort = 15)
|
|
|
- public String getManagementLeader() {
|
|
|
- return managementLeader;
|
|
|
- }
|
|
|
-
|
|
|
- public void setManagementLeader(String managementLeader) {
|
|
|
- this.managementLeader = managementLeader;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "运行单位", align = 2, sort = 16)
|
|
|
- public String getRunUnit() {
|
|
|
- return runUnit;
|
|
|
- }
|
|
|
-
|
|
|
- public void setRunUnit(String runUnit) {
|
|
|
- this.runUnit = runUnit;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "运行单位角色", align = 2, sort = 17)
|
|
|
- public String getRunUnitRole() {
|
|
|
- return runUnitRole;
|
|
|
- }
|
|
|
-
|
|
|
- public void setRunUnitRole(String runUnitRole) {
|
|
|
- this.runUnitRole = runUnitRole;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "经研所角色", align = 2, sort = 18)
|
|
|
- public String getThroughResearchRole() {
|
|
|
- return throughResearchRole;
|
|
|
- }
|
|
|
-
|
|
|
- public void setThroughResearchRole(String throughResearchRole) {
|
|
|
- this.throughResearchRole = throughResearchRole;
|
|
|
- }
|
|
|
-
|
|
|
- public void setProjectManageRole(String projectManageRole) {
|
|
|
- this.projectManageRole = projectManageRole;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "施工单位", align = 2, sort = 19)
|
|
|
- public String getConstructionUnit() {
|
|
|
- return constructionUnit;
|
|
|
- }
|
|
|
-
|
|
|
- public void setConstructionUnit(String constructionUnit) {
|
|
|
- this.constructionUnit = constructionUnit;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "施工单位角色", align = 2, sort = 20)
|
|
|
- public String getConstructionUnitRole() {
|
|
|
- return constructionUnitRole;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "施工单位项目经理", align = 2, sort = 21)
|
|
|
- public String getConstructionUnitManage() {
|
|
|
- return constructionUnitManage;
|
|
|
- }
|
|
|
-
|
|
|
- public void setConstructionUnitManage(String constructionUnitManage) {
|
|
|
- this.constructionUnitManage = constructionUnitManage;
|
|
|
- }
|
|
|
- @ExcelField(title = "施工单位领导", align = 2, sort = 22)
|
|
|
- public String getConstructionUnitLeader() {
|
|
|
- return constructionUnitLeader;
|
|
|
- }
|
|
|
-
|
|
|
- public void setConstructionUnitLeader(String constructionUnitLeader) {
|
|
|
- this.constructionUnitLeader = constructionUnitLeader;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "设计单位", align = 2, sort = 23)
|
|
|
- public String getDesignUnit() {
|
|
|
- return designUnit;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDesignUnit(String designUnit) {
|
|
|
- this.designUnit = designUnit;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "设计单位角色", align = 2, sort = 24)
|
|
|
- public String getDesignUnitManage() {
|
|
|
- return designUnitManage;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDesignUnitManage(String designUnitManage) {
|
|
|
- this.designUnitManage = designUnitManage;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "设计单位领导", align = 2, sort = 25)
|
|
|
- public String getDesignUnitLeader() {
|
|
|
- return designUnitLeader;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDesignUnitLeader(String designUnitLeader) {
|
|
|
- this.designUnitLeader = designUnitLeader;
|
|
|
- }
|
|
|
-
|
|
|
- public void setConstructionUnitRole(String constructionUnitRole) {
|
|
|
- this.constructionUnitRole = constructionUnitRole;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "交底类型", align = 2, sort = 26)
|
|
|
- public String getClarificaitonType() {
|
|
|
- return clarificaitonType;
|
|
|
- }
|
|
|
-
|
|
|
- public void setClarificaitonType(String clarificaitonType) {
|
|
|
- this.clarificaitonType = clarificaitonType;
|
|
|
- }
|
|
|
-
|
|
|
- public void setRequireName(String requireName) {
|
|
|
- this.requireName = requireName;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "建设理由分类", align = 2, sort = 27)
|
|
|
- public String getBulidClassificationResons() {
|
|
|
- return bulidClassificationResons;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBulidClassificationResons(String bulidClassificationResons) {
|
|
|
- this.bulidClassificationResons = bulidClassificationResons;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "建设理由", align = 2, sort = 28)
|
|
|
- public String getBulbidResons() {
|
|
|
- return bulbidResons;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBulbidResons(String bulbidResons) {
|
|
|
- this.bulbidResons = bulbidResons;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "设备基本情况", align = 2, sort = 29)
|
|
|
- public String getAsicEquipment() {
|
|
|
- return asicEquipment;
|
|
|
- }
|
|
|
-
|
|
|
- public void setAsicEquipment(String asicEquipment) {
|
|
|
- this.asicEquipment = asicEquipment;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "运行班", align = 2, sort = 30)
|
|
|
- public String getRunTheClass() {
|
|
|
- return runTheClass;
|
|
|
- }
|
|
|
-
|
|
|
- public void setRunTheClass(String runTheClass) {
|
|
|
- this.runTheClass = runTheClass;
|
|
|
- }
|
|
|
-
|
|
|
- public String getProjectTeam() {
|
|
|
- return projectTeam;
|
|
|
- }
|
|
|
-
|
|
|
- public void setProjectTeam(String projectTeam) {
|
|
|
- this.projectTeam = projectTeam;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "费用估算", align = 2, sort = 32)
|
|
|
- public Double getCostEstimate() {
|
|
|
- return costEstimate;
|
|
|
- }
|
|
|
-
|
|
|
- public void setCostEstimate(Double costEstimate) {
|
|
|
- this.costEstimate = costEstimate;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "是否迎风期度夏项目", align = 2, sort = 33)
|
|
|
- public String getWhetherRheUpwind() {
|
|
|
- return whetherRheUpwind;
|
|
|
- }
|
|
|
-
|
|
|
- public void setWhetherRheUpwind(String whetherRheUpwind) {
|
|
|
- this.whetherRheUpwind = whetherRheUpwind;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "确定下达时间", align = 2, sort = 34)
|
|
|
- public String getSureDaDate() {
|
|
|
- return sureDaDate;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSureDaDate(String sureDaDate) {
|
|
|
- this.sureDaDate = sureDaDate;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "备注", align = 2, sort = 35)
|
|
|
- public String getTextRemark() {
|
|
|
- return textRemark;
|
|
|
- }
|
|
|
-
|
|
|
- public static long getSerialVersionUID() {
|
|
|
- return serialVersionUID;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTextRemark(String textRemark) {
|
|
|
- this.textRemark = textRemark;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "停电线路", align = 2, sort = 36)
|
|
|
- public String getPowerLine() {
|
|
|
- return powerLine;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPowerLine(String powerLine) {
|
|
|
- this.powerLine = powerLine;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "停电范围", align = 2, sort = 37)
|
|
|
- public String getPowerScope() {
|
|
|
- return powerScope;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPowerScope(String powerScope) {
|
|
|
- this.powerScope = powerScope;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "项目类型", align = 2, sort = 38)
|
|
|
- public String getProjectType() {
|
|
|
- return projectType;
|
|
|
- }
|
|
|
-
|
|
|
- public void setProjectType(String projectType) {
|
|
|
- this.projectType = projectType;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "是否为停电打包项目", align = 2, sort = 39)
|
|
|
- public String getPowerFlagPackage() {
|
|
|
- return powerFlagPackage;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPowerFlagPackage(String powerFlagPackage) {
|
|
|
- this.powerFlagPackage = powerFlagPackage;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "证处初步判断", align = 2, sort = 40)
|
|
|
- public String getPreliminaryJudgment() {
|
|
|
- return preliminaryJudgment;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPreliminaryJudgment(String preliminaryJudgment) {
|
|
|
- this.preliminaryJudgment = preliminaryJudgment;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "是否含土建(不含钢管杆)", align = 2, sort = 41)
|
|
|
- public String getFlagCivilEngineering() {
|
|
|
- return flagCivilEngineering;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFlagCivilEngineering(String flagCivilEngineering) {
|
|
|
- this.flagCivilEngineering = flagCivilEngineering;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "钢管杆基础类型", align = 2, sort = 42)
|
|
|
- public String getSteelTubePole() {
|
|
|
- return steelTubePole;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSteelTubePole(String steelTubePole) {
|
|
|
- this.steelTubePole = steelTubePole;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "是否需要规矩报批", align = 2, sort = 43)
|
|
|
- public String getFlagApprovalPlanning() {
|
|
|
- return flagApprovalPlanning;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFlagApprovalPlanning(String flagApprovalPlanning) {
|
|
|
- this.flagApprovalPlanning = flagApprovalPlanning;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "设备改造类型", align = 2, sort = 44)
|
|
|
- public String getEquCreateType() {
|
|
|
- return equCreateType;
|
|
|
- }
|
|
|
-
|
|
|
- public void setEquCreateType(String equCreateType) {
|
|
|
- this.equCreateType = equCreateType;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "改造设备尺寸及间隔数", align = 2, sort = 45)
|
|
|
- public String getEquCreateSize() {
|
|
|
- return equCreateSize;
|
|
|
- }
|
|
|
-
|
|
|
- public void setEquCreateSize(String equCreateSize) {
|
|
|
- this.equCreateSize = equCreateSize;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "是否新设备命名", align = 2, sort = 46)
|
|
|
- public String getFlagNewEquName() {
|
|
|
- return flagNewEquName;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFlagNewEquName(String flagNewEquName) {
|
|
|
- this.flagNewEquName = flagNewEquName;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "是否含变电站新闻隔投运", align = 2, sort = 47)
|
|
|
- public String getIncludeBdzNews() {
|
|
|
- return includeBdzNews;
|
|
|
- }
|
|
|
-
|
|
|
- public void setIncludeBdzNews(String includeBdzNews) {
|
|
|
- this.includeBdzNews = includeBdzNews;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "是否非涉电电气施工", align = 2, sort = 48)
|
|
|
- public String getFlagNoElectrical() {
|
|
|
- return flagNoElectrical;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFlagNoElectrical(String flagNoElectrical) {
|
|
|
- this.flagNoElectrical = flagNoElectrical;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "图纸标注的带点作业情况", align = 2, sort = 49)
|
|
|
- public String getDrawingsWork() {
|
|
|
- return drawingsWork;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDrawingsWork(String drawingsWork) {
|
|
|
- this.drawingsWork = drawingsWork;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "是否含自动化", align = 2, sort = 50)
|
|
|
- public String getFlagAutomation() {
|
|
|
- return flagAutomation;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFlagAutomation(String flagAutomation) {
|
|
|
- this.flagAutomation = flagAutomation;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "二摇或三摇", align = 2, sort = 51)
|
|
|
- public String getTwoAndThreeRemote() {
|
|
|
- return twoAndThreeRemote;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTwoAndThreeRemote(String twoAndThreeRemote) {
|
|
|
- this.twoAndThreeRemote = twoAndThreeRemote;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "通信方式", align = 2, sort = 52)
|
|
|
- public String getPhoneStyle() {
|
|
|
- return phoneStyle;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPhoneStyle(String phoneStyle) {
|
|
|
- this.phoneStyle = phoneStyle;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "柱开集中或就业地", align = 2, sort = 53)
|
|
|
- public String getStayOpenArea() {
|
|
|
- return stayOpenArea;
|
|
|
- }
|
|
|
-
|
|
|
- public void setStayOpenArea(String stayOpenArea) {
|
|
|
- this.stayOpenArea = stayOpenArea;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "环网柜", align = 2, sort = 54)
|
|
|
- public String getRingNetworkCabinet() {
|
|
|
- return ringNetworkCabinet;
|
|
|
- }
|
|
|
-
|
|
|
- public void setRingNetworkCabinet(String ringNetworkCabinet) {
|
|
|
- this.ringNetworkCabinet = ringNetworkCabinet;
|
|
|
- }
|
|
|
-
|
|
|
- @ExcelField(title = "站房DTU", align = 2, sort = 55)
|
|
|
- public String getStationDtu() {
|
|
|
- return stationDtu;
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- public void setStationDtu(String stationDtu) {
|
|
|
- this.stationDtu = stationDtu;
|
|
|
- }
|
|
|
-
|
|
|
- public Integer getEarlyMaterial() {
|
|
|
- return earlyMaterial;
|
|
|
- }
|
|
|
-
|
|
|
- public void setEarlyMaterial(Integer earlyMaterial) {
|
|
|
- this.earlyMaterial = earlyMaterial;
|
|
|
- }
|
|
|
-
|
|
|
- public Integer getPreConstruction() {
|
|
|
- return preConstruction;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPreConstruction(Integer preConstruction) {
|
|
|
- this.preConstruction = preConstruction;
|
|
|
- }
|
|
|
- @ExcelField(title = "储备编号", align = 2, sort = 31)
|
|
|
- public String getReserveNumber() {
|
|
|
- return reserveNumber;
|
|
|
- }
|
|
|
-
|
|
|
- public void setReserveNumber(String reserveNumber) {
|
|
|
- this.reserveNumber = reserveNumber;
|
|
|
- }
|
|
|
- @ExcelField(title = "项目管理中心技经专职", align = 2, sort = 56)
|
|
|
- public String getSkillByFull() {
|
|
|
- return skillByFull;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSkillByFull(String skillByFull) {
|
|
|
- this.skillByFull = skillByFull;
|
|
|
- }
|
|
|
- @ExcelField(title = "运行单位角色(运检", align = 2, sort = 57)
|
|
|
- public String getRunUnitInspectionRole() {
|
|
|
- return runUnitInspectionRole;
|
|
|
- }
|
|
|
-
|
|
|
- public void setRunUnitInspectionRole(String runUnitInspectionRole) {
|
|
|
- this.runUnitInspectionRole = runUnitInspectionRole;
|
|
|
- }
|
|
|
- @ExcelField(title = "施工合同单位", align = 2, sort = 58)
|
|
|
- public String getConstructionContractUnit() {
|
|
|
- return constructionContractUnit;
|
|
|
- }
|
|
|
-
|
|
|
- public void setConstructionContractUnit(String constructionContractUnit) {
|
|
|
- this.constructionContractUnit = constructionContractUnit;
|
|
|
- }
|
|
|
- @ExcelField(title = "施工合同率", align = 2, sort =59)
|
|
|
- public Double getConstructionContractRate() {
|
|
|
- return constructionContractRate;
|
|
|
- }
|
|
|
-
|
|
|
- public void setConstructionContractRate(Double constructionContractRate) {
|
|
|
- this.constructionContractRate = constructionContractRate;
|
|
|
- }
|
|
|
- @ExcelField(title = "施工分包单位", align = 2, sort = 60)
|
|
|
- public String getConstructionContractSub() {
|
|
|
- return constructionContractSub;
|
|
|
- }
|
|
|
-
|
|
|
- public void setConstructionContractSub(String constructionContractSub) {
|
|
|
- this.constructionContractSub = constructionContractSub;
|
|
|
- }
|
|
|
- @ExcelField(title = "施工单位技经专职", align = 2, sort = 61)
|
|
|
- public String getConstructionSkillByFull() {
|
|
|
- return constructionSkillByFull;
|
|
|
- }
|
|
|
-
|
|
|
- public void setConstructionSkillByFull(String constructionSkillByFull) {
|
|
|
- this.constructionSkillByFull = constructionSkillByFull;
|
|
|
- }
|
|
|
- @ExcelField(title = "自动化备注", align = 2, sort = 62)
|
|
|
- public String getAutomatedRemarks() {
|
|
|
- return automatedRemarks;
|
|
|
- }
|
|
|
-
|
|
|
- public void setAutomatedRemarks(String automatedRemarks) {
|
|
|
- this.automatedRemarks = automatedRemarks;
|
|
|
- }
|
|
|
-}
|