注意需要引入对应的maven配置
//easypoi导出时间格式
@Excel(name = "文件时间", exportFormat="yyyy-MM-dd", width = 30)
//响应格式
@JsonFormat(pattern = "yyyy-MM-dd")
//请求格式
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
注意需要引入对应的maven配置
//easypoi导出时间格式
@Excel(name = "文件时间", exportFormat="yyyy-MM-dd", width = 30)
//响应格式
@JsonFormat(pattern = "yyyy-MM-dd")
//请求格式
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")