Commit c3331069 authored by KeYong's avatar KeYong

还原代码

parent 84c32468
......@@ -97,13 +97,13 @@ public class WaterResourceDto extends BaseDto {
@ApiModelProperty(value = "建造日期")
@DateTimeFormat(pattern = "yyyy-MM-dd")
@JsonFormat(pattern = "yyyy-MM-dd")
private String buildDate;
private Date buildDate;
@ExcelProperty(value = "启用日期", index = 8)
@ApiModelProperty(value = "启用日期")
@DateTimeFormat(pattern = "yyyy-MM-dd")
@JsonFormat(pattern = "yyyy-MM-dd")
private String enableDate;
private Date enableDate;
@ExcelIgnore
@ApiModelProperty(value = "方位图集合")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment