|
@@ -89,295 +89,295 @@ public class BudgetExecuteInfo {
|
|
private String ctrateByName; //创建人
|
|
private String ctrateByName; //创建人
|
|
private String commitmentTwo; //承诺项2
|
|
private String commitmentTwo; //承诺项2
|
|
private String commitmentThree; //承诺项3
|
|
private String commitmentThree; //承诺项3
|
|
- @ExcelField(title="项目ID", align=2, sort=1)
|
|
|
|
|
|
+ @ExcelField(title="项目ID", align=2, sort=0)
|
|
public String getProjectId() {
|
|
public String getProjectId() {
|
|
return projectId;
|
|
return projectId;
|
|
}
|
|
}
|
|
- @ExcelField(title="项目名称", align=2, sort=2)
|
|
|
|
|
|
+ @ExcelField(title="项目名称", align=2, sort=1)
|
|
public String getProjectName() {
|
|
public String getProjectName() {
|
|
return projectName;
|
|
return projectName;
|
|
}
|
|
}
|
|
- @ExcelField(title="储备编码", align=2, sort=3)
|
|
|
|
|
|
+ @ExcelField(title="储备编码", align=2, sort=2)
|
|
public String getReserveCoding() {
|
|
public String getReserveCoding() {
|
|
return reserveCoding;
|
|
return reserveCoding;
|
|
}
|
|
}
|
|
- @ExcelField(title="国网项目编码", align=2, sort=4)
|
|
|
|
|
|
+ @ExcelField(title="国网项目编码", align=2, sort=3)
|
|
public String getProjectNumber() {
|
|
public String getProjectNumber() {
|
|
return projectNumber;
|
|
return projectNumber;
|
|
}
|
|
}
|
|
- @ExcelField(title="项目包编码", align=2, sort=5)
|
|
|
|
|
|
+ @ExcelField(title="项目包编码", align=2, sort=4)
|
|
public String getProjectBagNumber() {
|
|
public String getProjectBagNumber() {
|
|
return projectBagNumber;
|
|
return projectBagNumber;
|
|
}
|
|
}
|
|
- @ExcelField(title="项目包名称", align=2, sort=6)
|
|
|
|
|
|
+ @ExcelField(title="项目包名称", align=2, sort=5)
|
|
public String getProjectBagName() {
|
|
public String getProjectBagName() {
|
|
return projectBagName;
|
|
return projectBagName;
|
|
}
|
|
}
|
|
- @ExcelField(title="重要项目投向", align=2, sort=7)
|
|
|
|
|
|
+ @ExcelField(title="重要项目投向", align=2, sort=6)
|
|
public String getImportanceProjectInvest() {
|
|
public String getImportanceProjectInvest() {
|
|
return importanceProjectInvest;
|
|
return importanceProjectInvest;
|
|
}
|
|
}
|
|
- @ExcelField(title="一级单位", align=2, sort=8)
|
|
|
|
|
|
+ @ExcelField(title="一级单位", align=2, sort=7)
|
|
public String getFirstLevelUnit() {
|
|
public String getFirstLevelUnit() {
|
|
return firstLevelUnit;
|
|
return firstLevelUnit;
|
|
}
|
|
}
|
|
- @ExcelField(title="二级单位", align=2, sort=9)
|
|
|
|
|
|
+ @ExcelField(title="二级单位", align=2, sort=8)
|
|
public String getSecondLevelUnit() {
|
|
public String getSecondLevelUnit() {
|
|
return secondLevelUnit;
|
|
return secondLevelUnit;
|
|
}
|
|
}
|
|
- @ExcelField(title="归口部门", align=2, sort=10)
|
|
|
|
|
|
+ @ExcelField(title="归口部门", align=2, sort=9)
|
|
public String getRelevantDepartment() {
|
|
public String getRelevantDepartment() {
|
|
return relevantDepartment;
|
|
return relevantDepartment;
|
|
}
|
|
}
|
|
- @ExcelField(title="项目实施部门", align=2, sort=11)
|
|
|
|
|
|
+ @ExcelField(title="项目实施部门", align=2, sort=10)
|
|
public String getProjectImplementationDepartment() {
|
|
public String getProjectImplementationDepartment() {
|
|
return projectImplementationDepartment;
|
|
return projectImplementationDepartment;
|
|
}
|
|
}
|
|
- @ExcelField(title="一级分类", align=2, sort=12)
|
|
|
|
|
|
+ @ExcelField(title="一级分类", align=2, sort=11)
|
|
public String getFirstSlassify() {
|
|
public String getFirstSlassify() {
|
|
return firstSlassify;
|
|
return firstSlassify;
|
|
}
|
|
}
|
|
- @ExcelField(title="二级分类", align=2, sort=13)
|
|
|
|
|
|
+ @ExcelField(title="二级分类", align=2, sort=12)
|
|
public String getSecondSlassify() {
|
|
public String getSecondSlassify() {
|
|
return secondSlassify;
|
|
return secondSlassify;
|
|
}
|
|
}
|
|
- @ExcelField(title="三级分类", align=2, sort=14)
|
|
|
|
|
|
+ @ExcelField(title="三级分类", align=2, sort=13)
|
|
public String getThirdlySlassify() {
|
|
public String getThirdlySlassify() {
|
|
return thirdlySlassify;
|
|
return thirdlySlassify;
|
|
}
|
|
}
|
|
- @ExcelField(title="项目包类型", align=2, sort=15)
|
|
|
|
|
|
+ @ExcelField(title="项目包类型", align=2, sort=14)
|
|
public String getProjectBagType() {
|
|
public String getProjectBagType() {
|
|
return projectBagType;
|
|
return projectBagType;
|
|
}
|
|
}
|
|
- @ExcelField(title="承诺项1", align=2, sort=16)
|
|
|
|
|
|
+ @ExcelField(title="承诺项1", align=2, sort=15)
|
|
public String getCommitmentOne() {
|
|
public String getCommitmentOne() {
|
|
return commitmentOne;
|
|
return commitmentOne;
|
|
}
|
|
}
|
|
- @ExcelField(title="项目类型", align=2, sort=17)
|
|
|
|
|
|
+ @ExcelField(title="项目类型", align=2, sort=16)
|
|
public String getProjectType() {
|
|
public String getProjectType() {
|
|
return projectType;
|
|
return projectType;
|
|
}
|
|
}
|
|
- @ExcelField(title="项目性质", align=2, sort=18)
|
|
|
|
|
|
+ @ExcelField(title="项目性质", align=2, sort=17)
|
|
public String getProjectProperty() {
|
|
public String getProjectProperty() {
|
|
return projectProperty;
|
|
return projectProperty;
|
|
}
|
|
}
|
|
- @ExcelField(title="是否预安排项目", align=2, sort=19)
|
|
|
|
|
|
+ @ExcelField(title="是否预安排项目", align=2, sort=18)
|
|
public String getIfArrangeProject() {
|
|
public String getIfArrangeProject() {
|
|
return ifArrangeProject;
|
|
return ifArrangeProject;
|
|
}
|
|
}
|
|
- @ExcelField(title="项目流转状态", align=2, sort=20)
|
|
|
|
|
|
+ @ExcelField(title="项目流转状态", align=2, sort=19)
|
|
public String getProjectStatus() {
|
|
public String getProjectStatus() {
|
|
return projectStatus;
|
|
return projectStatus;
|
|
}
|
|
}
|
|
- @ExcelField(title="项目总预算(万元)", align=2, sort=21)
|
|
|
|
|
|
+ @ExcelField(title="项目总预算(万元)", align=2, sort=20)
|
|
public String getProjectAllBudget() {
|
|
public String getProjectAllBudget() {
|
|
return projectAllBudget;
|
|
return projectAllBudget;
|
|
}
|
|
}
|
|
- @ExcelField(title="累计投资计划(万元)", align=2, sort=22)
|
|
|
|
|
|
+ @ExcelField(title="累计投资计划(万元)", align=2, sort=21)
|
|
public String getCumulativeInvestmentPlan() {
|
|
public String getCumulativeInvestmentPlan() {
|
|
return cumulativeInvestmentPlan;
|
|
return cumulativeInvestmentPlan;
|
|
}
|
|
}
|
|
- @ExcelField(title="累计财务支出(万元)", align=2, sort=23)
|
|
|
|
|
|
+ @ExcelField(title="累计财务支出(万元)", align=2, sort=22)
|
|
public String getAccumulativeFinanceExpend() {
|
|
public String getAccumulativeFinanceExpend() {
|
|
return accumulativeFinanceExpend;
|
|
return accumulativeFinanceExpend;
|
|
}
|
|
}
|
|
- @ExcelField(title="累计税金", align=2, sort=24)
|
|
|
|
|
|
+ @ExcelField(title="累计税金", align=2, sort=23)
|
|
public String getAccumulativeTaxes() {
|
|
public String getAccumulativeTaxes() {
|
|
return accumulativeTaxes;
|
|
return accumulativeTaxes;
|
|
}
|
|
}
|
|
- @ExcelField(title="累计完成值(含税)(万元)", align=2, sort=25)
|
|
|
|
|
|
+ @ExcelField(title="累计完成值(含税)(万元)", align=2, sort=24)
|
|
public String getAccumulativeFinishFee() {
|
|
public String getAccumulativeFinishFee() {
|
|
return accumulativeFinishFee;
|
|
return accumulativeFinishFee;
|
|
}
|
|
}
|
|
- @ExcelField(title="项目累计完成率(%)", align=2, sort=26)
|
|
|
|
|
|
+ @ExcelField(title="项目累计完成率(%)", align=2, sort=25)
|
|
public String getProjectAccumulativeTaxes() {
|
|
public String getProjectAccumulativeTaxes() {
|
|
return projectAccumulativeTaxes;
|
|
return projectAccumulativeTaxes;
|
|
}
|
|
}
|
|
- @ExcelField(title="当年投资计划(万元)", align=2, sort=27)
|
|
|
|
|
|
+ @ExcelField(title="当年投资计划(万元)", align=2, sort=26)
|
|
public String getInvestmentPlanFee() {
|
|
public String getInvestmentPlanFee() {
|
|
return investmentPlanFee;
|
|
return investmentPlanFee;
|
|
}
|
|
}
|
|
- @ExcelField(title="当年预算(万元)", align=2, sort=28)
|
|
|
|
|
|
+ @ExcelField(title="当年预算(万元)", align=2, sort=27)
|
|
public String getBudgetFee() {
|
|
public String getBudgetFee() {
|
|
return budgetFee;
|
|
return budgetFee;
|
|
}
|
|
}
|
|
- @ExcelField(title="当年财务支出(万元)", align=2, sort=29)
|
|
|
|
|
|
+ @ExcelField(title="当年财务支出(万元)", align=2, sort=28)
|
|
public String getFinanceExpend() {
|
|
public String getFinanceExpend() {
|
|
return financeExpend;
|
|
return financeExpend;
|
|
}
|
|
}
|
|
- @ExcelField(title="年度预算完成率(%)", align=2, sort=30)
|
|
|
|
|
|
+ @ExcelField(title="年度预算完成率(%)", align=2, sort=29)
|
|
public String getBudgetTaxes() {
|
|
public String getBudgetTaxes() {
|
|
return budgetTaxes;
|
|
return budgetTaxes;
|
|
}
|
|
}
|
|
- @ExcelField(title="当年税金(万元)", align=2, sort=31)
|
|
|
|
|
|
+ @ExcelField(title="当年税金(万元)", align=2, sort=30)
|
|
public String getTaxationExpense() {
|
|
public String getTaxationExpense() {
|
|
return taxationExpense;
|
|
return taxationExpense;
|
|
}
|
|
}
|
|
- @ExcelField(title="当年完成值(含税)(万元)", align=2, sort=32)
|
|
|
|
|
|
+ @ExcelField(title="当年完成值(含税)(万元)", align=2, sort=31)
|
|
public String getCompleteValue() {
|
|
public String getCompleteValue() {
|
|
return completeValue;
|
|
return completeValue;
|
|
}
|
|
}
|
|
- @ExcelField(title="当年项目承诺", align=2, sort=33)
|
|
|
|
|
|
+ @ExcelField(title="当年项目承诺", align=2, sort=32)
|
|
public String getProjectCommitment() {
|
|
public String getProjectCommitment() {
|
|
return projectCommitment;
|
|
return projectCommitment;
|
|
}
|
|
}
|
|
- @ExcelField(title="累计项目承诺", align=2, sort=34)
|
|
|
|
|
|
+ @ExcelField(title="累计项目承诺", align=2, sort=33)
|
|
public String getAccumulativeProjectCommitment() {
|
|
public String getAccumulativeProjectCommitment() {
|
|
return accumulativeProjectCommitment;
|
|
return accumulativeProjectCommitment;
|
|
}
|
|
}
|
|
- @ExcelField(title="国网项目包编码", align=2, sort=35)
|
|
|
|
|
|
+ @ExcelField(title="国网项目包编码", align=2, sort=34)
|
|
public String getProjectPagNumber() {
|
|
public String getProjectPagNumber() {
|
|
return projectPagNumber;
|
|
return projectPagNumber;
|
|
}
|
|
}
|
|
- @ExcelField(title="发送国网状态(配网子项目)", align=2, sort=36)
|
|
|
|
|
|
+ @ExcelField(title="发送国网状态(配网子项目)", align=2, sort=35)
|
|
public String getSendStatusSubProject() {
|
|
public String getSendStatusSubProject() {
|
|
return sendStatusSubProject;
|
|
return sendStatusSubProject;
|
|
}
|
|
}
|
|
- @ExcelField(title="在建工程余额(万元)", align=2, sort=37)
|
|
|
|
|
|
+ @ExcelField(title="在建工程余额(万元)", align=2, sort=36)
|
|
public String getUnderConstructionProjectBalance() {
|
|
public String getUnderConstructionProjectBalance() {
|
|
return underConstructionProjectBalance;
|
|
return underConstructionProjectBalance;
|
|
}
|
|
}
|
|
- @ExcelField(title="在建工程卡片余额(万元)", align=2, sort=38)
|
|
|
|
|
|
+ @ExcelField(title="在建工程卡片余额(万元)", align=2, sort=37)
|
|
public String getUnderConstructionProjectCardBalance() {
|
|
public String getUnderConstructionProjectCardBalance() {
|
|
return underConstructionProjectCardBalance;
|
|
return underConstructionProjectCardBalance;
|
|
}
|
|
}
|
|
- @ExcelField(title="累计转资金额(万元)", align=2, sort=39)
|
|
|
|
|
|
+ @ExcelField(title="累计转资金额(万元)", align=2, sort=38)
|
|
public String getAccumulativeWorkingCapitalFee() {
|
|
public String getAccumulativeWorkingCapitalFee() {
|
|
return accumulativeWorkingCapitalFee;
|
|
return accumulativeWorkingCapitalFee;
|
|
}
|
|
}
|
|
- @ExcelField(title="年度", align=2, sort=40)
|
|
|
|
|
|
+ @ExcelField(title="年度", align=2, sort=49)
|
|
public String getYear() {
|
|
public String getYear() {
|
|
return year;
|
|
return year;
|
|
}
|
|
}
|
|
- @ExcelField(title="单体/打捆", align=2, sort=41)
|
|
|
|
|
|
+ @ExcelField(title="单体/打捆", align=2, sort=40)
|
|
public String getMonomer() {
|
|
public String getMonomer() {
|
|
return monomer;
|
|
return monomer;
|
|
}
|
|
}
|
|
- @ExcelField(title="项目出库时间", align=2, sort=42)
|
|
|
|
|
|
+ @ExcelField(title="项目出库时间", align=2, sort=41)
|
|
public String getProjectWarehouseOutTime() {
|
|
public String getProjectWarehouseOutTime() {
|
|
return projectWarehouseOutTime;
|
|
return projectWarehouseOutTime;
|
|
}
|
|
}
|
|
- @ExcelField(title="建议预算(万元)", align=2, sort=43)
|
|
|
|
|
|
+ @ExcelField(title="建议预算(万元)", align=2, sort=42)
|
|
public String getSuggestBudget() {
|
|
public String getSuggestBudget() {
|
|
return suggestBudget;
|
|
return suggestBudget;
|
|
}
|
|
}
|
|
- @ExcelField(title="开工时间", align=2, sort=44)
|
|
|
|
|
|
+ @ExcelField(title="开工时间", align=2, sort=43)
|
|
public String getStartWorkingTime() {
|
|
public String getStartWorkingTime() {
|
|
return startWorkingTime;
|
|
return startWorkingTime;
|
|
}
|
|
}
|
|
- @ExcelField(title="预计完成时间", align=2, sort=45)
|
|
|
|
|
|
+ @ExcelField(title="预计完成时间", align=2, sort=44)
|
|
public String getBudgetFinishTime() {
|
|
public String getBudgetFinishTime() {
|
|
return budgetFinishTime;
|
|
return budgetFinishTime;
|
|
}
|
|
}
|
|
- @ExcelField(title="续建结转原因", align=2, sort=46)
|
|
|
|
|
|
+ @ExcelField(title="续建结转原因", align=2, sort=45)
|
|
public String getSustainableArchitectureReason() {
|
|
public String getSustainableArchitectureReason() {
|
|
return sustainableArchitectureReason;
|
|
return sustainableArchitectureReason;
|
|
}
|
|
}
|
|
- @ExcelField(title="电压等级", align=2, sort=47)
|
|
|
|
|
|
+ @ExcelField(title="电压等级", align=2, sort=46)
|
|
public String getVoltageLevel() {
|
|
public String getVoltageLevel() {
|
|
return voltageLevel;
|
|
return voltageLevel;
|
|
}
|
|
}
|
|
- @ExcelField(title="发送配农网状态", align=2, sort=48)
|
|
|
|
|
|
+ @ExcelField(title="发送配农网状态", align=2, sort=47)
|
|
public String getSendVillageStatus() {
|
|
public String getSendVillageStatus() {
|
|
return sendVillageStatus;
|
|
return sendVillageStatus;
|
|
}
|
|
}
|
|
- @ExcelField(title="SAP立项时间", align=2, sort=49)
|
|
|
|
|
|
+ @ExcelField(title="SAP立项时间", align=2, sort=48)
|
|
public String getSapProjectApprovalTime() {
|
|
public String getSapProjectApprovalTime() {
|
|
return sapProjectApprovalTime;
|
|
return sapProjectApprovalTime;
|
|
}
|
|
}
|
|
- @ExcelField(title="自定义字段1", align=2, sort=50)
|
|
|
|
|
|
+ @ExcelField(title="自定义字段1", align=2, sort=49)
|
|
public String getCustomOne() {
|
|
public String getCustomOne() {
|
|
return customOne;
|
|
return customOne;
|
|
}
|
|
}
|
|
- @ExcelField(title="自定义字段2", align=2, sort=51)
|
|
|
|
|
|
+ @ExcelField(title="自定义字段2", align=2, sort=50)
|
|
public String getCustomTwo() {
|
|
public String getCustomTwo() {
|
|
return customTwo;
|
|
return customTwo;
|
|
}
|
|
}
|
|
- @ExcelField(title="自定义字段3", align=2, sort=52)
|
|
|
|
|
|
+ @ExcelField(title="自定义字段3", align=2, sort=51)
|
|
public String getCustomThree() {
|
|
public String getCustomThree() {
|
|
return customThree;
|
|
return customThree;
|
|
}
|
|
}
|
|
- @ExcelField(title="自定义字段4", align=2, sort=53)
|
|
|
|
|
|
+ @ExcelField(title="自定义字段4", align=2, sort=52)
|
|
public String getCustomFour() {
|
|
public String getCustomFour() {
|
|
return customFour;
|
|
return customFour;
|
|
}
|
|
}
|
|
- @ExcelField(title="自定义字段5", align=2, sort=54)
|
|
|
|
|
|
+ @ExcelField(title="自定义字段5", align=2, sort=53)
|
|
public String getCustomFive() {
|
|
public String getCustomFive() {
|
|
return customFive;
|
|
return customFive;
|
|
}
|
|
}
|
|
- @ExcelField(title="项目打开时间", align=2, sort=55)
|
|
|
|
|
|
+ @ExcelField(title="项目打开时间", align=2, sort=54)
|
|
public String getProjectStartTime() {
|
|
public String getProjectStartTime() {
|
|
return projectStartTime;
|
|
return projectStartTime;
|
|
}
|
|
}
|
|
- @ExcelField(title="项目关闭时间", align=2, sort=56)
|
|
|
|
|
|
+ @ExcelField(title="项目关闭时间", align=2, sort=55)
|
|
public String getProjectCloseTime() {
|
|
public String getProjectCloseTime() {
|
|
return projectCloseTime;
|
|
return projectCloseTime;
|
|
}
|
|
}
|
|
- @ExcelField(title="业务活动", align=2, sort=57)
|
|
|
|
|
|
+ @ExcelField(title="业务活动", align=2, sort=56)
|
|
public String getOperationalAction() {
|
|
public String getOperationalAction() {
|
|
return operationalAction;
|
|
return operationalAction;
|
|
}
|
|
}
|
|
- @ExcelField(title="资产类型", align=2, sort=58)
|
|
|
|
|
|
+ @ExcelField(title="资产类型", align=2, sort=57)
|
|
public String getAssetType() {
|
|
public String getAssetType() {
|
|
return assetType;
|
|
return assetType;
|
|
}
|
|
}
|
|
- @ExcelField(title="专业细分", align=2, sort=59)
|
|
|
|
|
|
+ @ExcelField(title="专业细分", align=2, sort=58)
|
|
public String getProfessionalSubdivision() {
|
|
public String getProfessionalSubdivision() {
|
|
return professionalSubdivision;
|
|
return professionalSubdivision;
|
|
}
|
|
}
|
|
- @ExcelField(title="线路类型", align=2, sort=60)
|
|
|
|
|
|
+ @ExcelField(title="线路类型", align=2, sort=59)
|
|
public String getPathType() {
|
|
public String getPathType() {
|
|
return pathType;
|
|
return pathType;
|
|
}
|
|
}
|
|
- @ExcelField(title="限上限下", align=2, sort=61)
|
|
|
|
|
|
+ @ExcelField(title="限上限下", align=2, sort=60)
|
|
public String getUnderTheLimitedCeiling() {
|
|
public String getUnderTheLimitedCeiling() {
|
|
return underTheLimitedCeiling;
|
|
return underTheLimitedCeiling;
|
|
}
|
|
}
|
|
- @ExcelField(title="是否外包项目", align=2, sort=62)
|
|
|
|
|
|
+ @ExcelField(title="是否外包项目", align=2, sort=61)
|
|
public String getIfEpibolyProject() {
|
|
public String getIfEpibolyProject() {
|
|
return ifEpibolyProject;
|
|
return ifEpibolyProject;
|
|
}
|
|
}
|
|
- @ExcelField(title="预算释放状态", align=2, sort=63)
|
|
|
|
|
|
+ @ExcelField(title="预算释放状态", align=2, sort=62)
|
|
public String getBudgetReleaseStatus() {
|
|
public String getBudgetReleaseStatus() {
|
|
return budgetReleaseStatus;
|
|
return budgetReleaseStatus;
|
|
}
|
|
}
|
|
- @ExcelField(title="发送国网状态", align=2, sort=64)
|
|
|
|
|
|
+ @ExcelField(title="发送国网状态", align=2, sort=63)
|
|
public String getSendStatus() {
|
|
public String getSendStatus() {
|
|
return sendStatus;
|
|
return sendStatus;
|
|
}
|
|
}
|
|
- @ExcelField(title="业务外包金额(万元)", align=2, sort=65)
|
|
|
|
|
|
+ @ExcelField(title="业务外包金额(万元)", align=2, sort=64)
|
|
public String getBusinessEpibolyFee() {
|
|
public String getBusinessEpibolyFee() {
|
|
return businessEpibolyFee;
|
|
return businessEpibolyFee;
|
|
}
|
|
}
|
|
- @ExcelField(title="预算调整次数", align=2, sort=66)
|
|
|
|
|
|
+ @ExcelField(title="预算调整次数", align=2, sort=65)
|
|
public String getBudgetAdjustmentCount() {
|
|
public String getBudgetAdjustmentCount() {
|
|
return budgetAdjustmentCount;
|
|
return budgetAdjustmentCount;
|
|
}
|
|
}
|
|
- @ExcelField(title="累计预算调整次数", align=2, sort=67)
|
|
|
|
|
|
+ @ExcelField(title="累计预算调整次数", align=2, sort=66)
|
|
public String getAccumulativeBudgetAdjustmentCount() {
|
|
public String getAccumulativeBudgetAdjustmentCount() {
|
|
return accumulativeBudgetAdjustmentCount;
|
|
return accumulativeBudgetAdjustmentCount;
|
|
}
|
|
}
|
|
- @ExcelField(title="年初预算", align=2, sort=68)
|
|
|
|
|
|
+ @ExcelField(title="年初预算", align=2, sort=67)
|
|
public String getBeginningYearBudget() {
|
|
public String getBeginningYearBudget() {
|
|
return beginningYearBudget;
|
|
return beginningYearBudget;
|
|
}
|
|
}
|
|
- @ExcelField(title="最新变更时间", align=2, sort=69)
|
|
|
|
|
|
+ @ExcelField(title="最新变更时间", align=2, sort=68)
|
|
public String getNewestUpdateTime() {
|
|
public String getNewestUpdateTime() {
|
|
return newestUpdateTime;
|
|
return newestUpdateTime;
|
|
}
|
|
}
|
|
- @ExcelField(title="外包人工成本(万元)", align=2, sort=70)
|
|
|
|
|
|
+ @ExcelField(title="外包人工成本(万元)", align=2, sort=69)
|
|
public String getEpibolyLaborCost() {
|
|
public String getEpibolyLaborCost() {
|
|
return epibolyLaborCost;
|
|
return epibolyLaborCost;
|
|
}
|
|
}
|
|
- @ExcelField(title="创建人", align=2, sort=71)
|
|
|
|
|
|
+ @ExcelField(title="创建人", align=2, sort=70)
|
|
public String getCtrateByName() {
|
|
public String getCtrateByName() {
|
|
return ctrateByName;
|
|
return ctrateByName;
|
|
}
|
|
}
|
|
- @ExcelField(title="承诺项2", align=2, sort=72)
|
|
|
|
|
|
+ @ExcelField(title="承诺项2", align=2, sort=71)
|
|
public String getCommitmentTwo() {
|
|
public String getCommitmentTwo() {
|
|
return commitmentTwo;
|
|
return commitmentTwo;
|
|
}
|
|
}
|
|
- @ExcelField(title="承诺项3", align=2, sort=73)
|
|
|
|
|
|
+ @ExcelField(title="承诺项3", align=2, sort=72)
|
|
public String getCommitmentThree() {
|
|
public String getCommitmentThree() {
|
|
return commitmentThree;
|
|
return commitmentThree;
|
|
}
|
|
}
|