|
|
@ -94,9 +94,48 @@ public class BsSgcjsjdBuiProInfo extends BaseEntity |
|
|
|
private String projectType; |
|
|
|
|
|
|
|
/** 资金来源 */ |
|
|
|
@Excel(name = "资金来源") |
|
|
|
/*@Excel(name = "资金来源") |
|
|
|
@ApiModelProperty("资金来源") |
|
|
|
private String fundingSource; |
|
|
|
private String fundingSource;*/ |
|
|
|
@Excel(name = "中央资金") |
|
|
|
@ApiModelProperty("中央资金") |
|
|
|
private String centralArrangedFunds; |
|
|
|
|
|
|
|
@Excel(name = "中央资金比例") |
|
|
|
@ApiModelProperty("中央资金比例") |
|
|
|
private String centralArrangedFundsRate; |
|
|
|
|
|
|
|
@Excel(name = "省级资金") |
|
|
|
@ApiModelProperty("省级资金") |
|
|
|
private String provincialFunds; |
|
|
|
|
|
|
|
@Excel(name = "省级资金比例") |
|
|
|
@ApiModelProperty("省级资金比例") |
|
|
|
private String provincialFundsRate; |
|
|
|
|
|
|
|
@Excel(name = "地市资金") |
|
|
|
@ApiModelProperty("地市资金") |
|
|
|
private String cityLevelFunds; |
|
|
|
|
|
|
|
@Excel(name = "地市资金比例") |
|
|
|
@ApiModelProperty("地市资金比例") |
|
|
|
private String cityLevelFundsRate; |
|
|
|
|
|
|
|
@Excel(name = "区县资金") |
|
|
|
@ApiModelProperty("区县资金") |
|
|
|
private String countyLevelFunds; |
|
|
|
|
|
|
|
@Excel(name = "区县资金比例") |
|
|
|
@ApiModelProperty("区县资金比例") |
|
|
|
private String countyLevelFundsRate; |
|
|
|
|
|
|
|
@Excel(name = "乡镇及群众自筹和其他投资") |
|
|
|
@ApiModelProperty("乡镇及群众自筹和其他投资") |
|
|
|
private String townshipInvestment; |
|
|
|
|
|
|
|
@Excel(name = "乡镇及群众自筹和其他投资比例") |
|
|
|
@ApiModelProperty("乡镇及群众自筹和其他投资比例") |
|
|
|
private String townshipInvestmentRate; |
|
|
|
|
|
|
|
/** 是否172项重大水利工程 */ |
|
|
|
@Excel(name = "是否172项重大水利工程") |
|
|
|