|
@ -46,12 +46,12 @@ public class SpecialProjectInfo extends BaseEntity |
|
|
/** 规划水平年 */ |
|
|
/** 规划水平年 */ |
|
|
@Excel(name = "规划水平年") |
|
|
@Excel(name = "规划水平年") |
|
|
@ApiModelProperty("规划水平年") |
|
|
@ApiModelProperty("规划水平年") |
|
|
private Integer startYear; |
|
|
private String startYear; |
|
|
|
|
|
|
|
|
/** 规划目标年 */ |
|
|
/** 规划目标年 */ |
|
|
@Excel(name = "规划目标年") |
|
|
@Excel(name = "规划目标年") |
|
|
@ApiModelProperty("规划目标年") |
|
|
@ApiModelProperty("规划目标年") |
|
|
private Integer endYear; |
|
|
private String endYear; |
|
|
|
|
|
|
|
|
/** 规划金额 */ |
|
|
/** 规划金额 */ |
|
|
@Excel(name = "规划金额") |
|
|
@Excel(name = "规划金额") |
|
|