|
|
@@ -1,11 +1,10 @@ |
|
|
|
package com.ningdatech.pmapi.common.enums; |
|
|
|
package com.ningdatech.pmapi.common.enumeration; |
|
|
|
|
|
|
|
import lombok.AllArgsConstructor; |
|
|
|
import lombok.Getter; |
|
|
|
import lombok.NoArgsConstructor; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* 导出选项枚举 |
|
|
|
* |
|
|
@@ -19,129 +18,129 @@ public enum ExportOptionEnum { |
|
|
|
/** |
|
|
|
* 导出选项 |
|
|
|
*/ |
|
|
|
id(1,"项目ID"), |
|
|
|
id(1, "项目ID"), |
|
|
|
|
|
|
|
projectName(2,"项目名称"), |
|
|
|
projectName(2, "项目名称"), |
|
|
|
|
|
|
|
areaCode(3,"行政区划编码"), |
|
|
|
areaCode(3, "行政区划编码"), |
|
|
|
|
|
|
|
area(4,"行政区划名称"), |
|
|
|
area(4, "行政区划名称"), |
|
|
|
|
|
|
|
responsibleMan(5,"项目负责人"), |
|
|
|
responsibleMan(5, "项目负责人"), |
|
|
|
|
|
|
|
responsibleManMobile(6,"项目负责人手机号"), |
|
|
|
responsibleManMobile(6, "项目负责人手机号"), |
|
|
|
|
|
|
|
contactName(7,"项目联系人"), |
|
|
|
contactName(7, "项目联系人"), |
|
|
|
|
|
|
|
contactPhone(8,"项目联系人手机号"), |
|
|
|
contactPhone(8, "项目联系人手机号"), |
|
|
|
|
|
|
|
higherSuperOrg(9,"上级业务主管单位"), |
|
|
|
higherSuperOrg(9, "上级业务主管单位"), |
|
|
|
|
|
|
|
higherSuperOrgCode(10,"上级主管单位浙政钉ID"), |
|
|
|
higherSuperOrgCode(10, "上级主管单位浙政钉ID"), |
|
|
|
|
|
|
|
superOrg(11,"本级主管部门"), |
|
|
|
superOrg(11, "本级主管部门"), |
|
|
|
|
|
|
|
superOrgCode(12,"本级主管部门浙政钉ID"), |
|
|
|
superOrgCode(12, "本级主管部门浙政钉ID"), |
|
|
|
|
|
|
|
buildOrgName(13,"建设单位名称"), |
|
|
|
buildOrgName(13, "建设单位名称"), |
|
|
|
|
|
|
|
buildOrgZheJiangGovDingId(14,"建设单位浙政钉ID"), |
|
|
|
buildOrgZheJiangGovDingId(14, "建设单位浙政钉ID"), |
|
|
|
|
|
|
|
buildOrgCode(15,"建设单位统一信用代码"), |
|
|
|
buildOrgCode(15, "建设单位统一信用代码"), |
|
|
|
|
|
|
|
projectType(16,"项目类型"), |
|
|
|
projectType(16, "项目类型"), |
|
|
|
|
|
|
|
isFirst(17,"是否首次新建"), |
|
|
|
isFirst(17, "是否首次新建"), |
|
|
|
|
|
|
|
relatedExistsApplication(18,"关联应用"), |
|
|
|
relatedExistsApplication(18, "关联应用"), |
|
|
|
|
|
|
|
relatedExistsApplicationCode(19,"关联应用IRS编码"), |
|
|
|
relatedExistsApplicationCode(19, "关联应用IRS编码"), |
|
|
|
|
|
|
|
declareAmount(20,"申报金额(万元)"), |
|
|
|
declareAmount(20, "申报金额(万元)"), |
|
|
|
|
|
|
|
approvedTotalInvestmentIncrease(21,"批复金额"), |
|
|
|
approvedTotalInvestmentIncrease(21, "批复金额"), |
|
|
|
|
|
|
|
/** |
|
|
|
* 表里没有 |
|
|
|
*/ |
|
|
|
budgetSource(22,"预算来源"), |
|
|
|
budgetSource(22, "预算来源"), |
|
|
|
|
|
|
|
projectYear(23,"预算年度"), |
|
|
|
projectYear(23, "预算年度"), |
|
|
|
|
|
|
|
projectIntroduction(24,"项目简介"), |
|
|
|
projectIntroduction(24, "项目简介"), |
|
|
|
|
|
|
|
buildBasis(25,"立项依据"), |
|
|
|
buildBasis(25, "立项依据"), |
|
|
|
|
|
|
|
buildLevel(26,"建设层级"), |
|
|
|
buildLevel(26, "建设层级"), |
|
|
|
|
|
|
|
developCode(27,"发改编码"), |
|
|
|
developCode(27, "发改编码"), |
|
|
|
|
|
|
|
financialCode(28,"财政编码"), |
|
|
|
financialCode(28, "财政编码"), |
|
|
|
|
|
|
|
/** |
|
|
|
* 表里没有 |
|
|
|
*/ |
|
|
|
informationValidity(29,"信息是否有效"), |
|
|
|
informationValidity(29, "信息是否有效"), |
|
|
|
|
|
|
|
|
|
|
|
isDigitalReform(30,"是否数字化改革项目"), |
|
|
|
isDigitalReform(30, "是否数字化改革项目"), |
|
|
|
|
|
|
|
bizDomain(31,"综合应用领域"), |
|
|
|
bizDomain(31, "综合应用领域"), |
|
|
|
|
|
|
|
isCloud(32,"是否上云"), |
|
|
|
isCloud(32, "是否上云"), |
|
|
|
|
|
|
|
cloudType(33,"云类型"), |
|
|
|
cloudType(33, "云类型"), |
|
|
|
|
|
|
|
fourSystems(34,"四大体系"), |
|
|
|
isTemporaryAugment(35,"是否临时增补"), |
|
|
|
fourSystems(34, "四大体系"), |
|
|
|
isTemporaryAugment(35, "是否临时增补"), |
|
|
|
|
|
|
|
protectionLevel(36,"等保级别"), |
|
|
|
protectionLevel(36, "等保级别"), |
|
|
|
|
|
|
|
isSecretComments(37,"是否密评"), |
|
|
|
isSecretComments(37, "是否密评"), |
|
|
|
|
|
|
|
businessNumber(38,"业务编号"), |
|
|
|
businessNumber(38, "业务编号"), |
|
|
|
|
|
|
|
businessName(39,"业务名称"), |
|
|
|
businessName(39, "业务名称"), |
|
|
|
|
|
|
|
orgName(40,"单位名称"), |
|
|
|
orgName(40, "单位名称"), |
|
|
|
|
|
|
|
softwareDevelopmentAmount(41,"软件开发(万元)"), |
|
|
|
softwareDevelopmentAmount(41, "软件开发(万元)"), |
|
|
|
|
|
|
|
cloudHardwarePurchaseAmount(42,"云资源、硬件购置(万元)"), |
|
|
|
cloudHardwarePurchaseAmount(42, "云资源、硬件购置(万元)"), |
|
|
|
|
|
|
|
thirdPartyAmount(43,"第三方服务(万元)"), |
|
|
|
thirdPartyAmount(43, "第三方服务(万元)"), |
|
|
|
|
|
|
|
safetyInputTitle(44,"投入项"), |
|
|
|
safetyInputTitle(44, "投入项"), |
|
|
|
|
|
|
|
safetyInputDescribe(45,"内容描述"), |
|
|
|
safetyInputDescribe(45, "内容描述"), |
|
|
|
|
|
|
|
safetyInputAmount(46,"金额"), |
|
|
|
safetyInputAmount(46, "金额"), |
|
|
|
|
|
|
|
annualPlanAmount(47,"年度支付金额(万元)"), |
|
|
|
annualPlanAmount(47, "年度支付金额(万元)"), |
|
|
|
|
|
|
|
annualPlanHaveAmount(48,"自有资金(万元)"), |
|
|
|
annualPlanHaveAmount(48, "自有资金(万元)"), |
|
|
|
|
|
|
|
declareGovOwnFinanceAmount(49,"政府投资-本级财政资金(万元)"), |
|
|
|
declareGovOwnFinanceAmount(49, "政府投资-本级财政资金(万元)"), |
|
|
|
|
|
|
|
declareGovSuperiorFinanceAmount(50,"政府投资-上级补助资金(万元)"), |
|
|
|
declareGovSuperiorFinanceAmount(50, "政府投资-上级补助资金(万元)"), |
|
|
|
|
|
|
|
declareBankLendingAmount(51,"银行贷款(万元)"), |
|
|
|
declareBankLendingAmount(51, "银行贷款(万元)"), |
|
|
|
|
|
|
|
declareOtherAmount(52,"其它资金(万元)"), |
|
|
|
declareOtherAmount(52, "其它资金(万元)"), |
|
|
|
|
|
|
|
engineeringSpeedOne(53,"第一季度"), |
|
|
|
engineeringSpeedOne(53, "第一季度"), |
|
|
|
|
|
|
|
engineeringSpeedTwo(54,"第二季度"), |
|
|
|
engineeringSpeedTwo(54, "第二季度"), |
|
|
|
|
|
|
|
engineeringSpeedThree(55,"第三季度"), |
|
|
|
engineeringSpeedThree(55, "第三季度"), |
|
|
|
|
|
|
|
engineeringSpeedFour(56,"第四季度"), |
|
|
|
engineeringSpeedFour(56, "第四季度"), |
|
|
|
|
|
|
|
preliminaryPlanFile(57,"初步方案"), |
|
|
|
preliminaryPlanFile(57, "初步方案"), |
|
|
|
|
|
|
|
supportingMaterialsFile(58,"附件-佐证材料"), |
|
|
|
supportingMaterialsFile(58, "附件-佐证材料"), |
|
|
|
|
|
|
|
projectRemarks(59,"备注"); |
|
|
|
projectRemarks(59, "备注"); |
|
|
|
|
|
|
|
private Integer code; |
|
|
|
private String desc; |
|
|
|