|
|
@@ -57,13 +57,13 @@ public class ProjectDto implements Serializable { |
|
|
|
private String contactPhone; |
|
|
|
|
|
|
|
@ApiModelProperty("建设单位名称") |
|
|
|
private String buildUnitName; |
|
|
|
private String buildOrgName; |
|
|
|
|
|
|
|
@ApiModelProperty("建设单位统一社会信用代码") |
|
|
|
private String buildUnitCode; |
|
|
|
private String buildOrgCode; |
|
|
|
|
|
|
|
@ApiModelProperty("建设单位浙政钉ID") |
|
|
|
private String buildUnitZheJiangGovernmentDingId; |
|
|
|
private String buildOrgZheJiangGovDingId; |
|
|
|
|
|
|
|
@ApiModelProperty("项目类型 1:建设 2:运维") |
|
|
|
private Integer projectType; |
|
|
@@ -122,10 +122,10 @@ public class ProjectDto implements Serializable { |
|
|
|
private BigDecimal declareHaveAmount; |
|
|
|
|
|
|
|
@ApiModelProperty("资金申报情况-政府投资-本级财政资金(万元)") |
|
|
|
private BigDecimal declareGovernmentOwnFinanceAmount; |
|
|
|
private BigDecimal declareGovOwnFinanceAmount; |
|
|
|
|
|
|
|
@ApiModelProperty("资金申报情况-政府投资-上级补助资金(万元)") |
|
|
|
private BigDecimal declareGovernmentSuperiorFinanceAmount; |
|
|
|
private BigDecimal declareGovSuperiorFinanceAmount; |
|
|
|
|
|
|
|
@ApiModelProperty("银行贷款(万元)") |
|
|
|
private BigDecimal declareBankLendingAmount; |
|
|
@@ -149,10 +149,10 @@ public class ProjectDto implements Serializable { |
|
|
|
private BigDecimal annualPlanHaveAmount; |
|
|
|
|
|
|
|
@ApiModelProperty("年度支付计划-政府投资-本级财政资金(万元)") |
|
|
|
private BigDecimal annualPlanGovernmentOwnFinanceAmount; |
|
|
|
private BigDecimal annualPlanGovOwnFinanceAmount; |
|
|
|
|
|
|
|
@ApiModelProperty("年度支付计划-政府投资-上级补助资金(万元)") |
|
|
|
private BigDecimal annualPlanGovernmentSuperiorFinanceAmount; |
|
|
|
private BigDecimal annualPlanGovSuperiorFinanceAmount; |
|
|
|
|
|
|
|
@ApiModelProperty("年度支付计划-银行贷款(万元)") |
|
|
|
private BigDecimal annualPlanBankLendingAmount; |
|
|
@@ -257,16 +257,16 @@ public class ProjectDto implements Serializable { |
|
|
|
private BigDecimal approvedTotalInvestmentIncrease; |
|
|
|
|
|
|
|
@ApiModelProperty("上级主管部门") |
|
|
|
private String higherSuperUnit; |
|
|
|
private String higherSuperOrg; |
|
|
|
|
|
|
|
@ApiModelProperty("上级主管部门Code") |
|
|
|
private String higherSuperUnitCode; |
|
|
|
private String higherSuperOrgCode; |
|
|
|
|
|
|
|
@ApiModelProperty("主管部门名称") |
|
|
|
private String superUnit; |
|
|
|
private String superOrg; |
|
|
|
|
|
|
|
@ApiModelProperty("主管部门Code") |
|
|
|
private String superUnitCode; |
|
|
|
private String superOrgCode; |
|
|
|
|
|
|
|
@ApiModelProperty("前端所需验证字段") |
|
|
|
private Integer allApplicationsDone; |
|
|
|