Commit 24557e70 authored by 高滢's avatar 高滢

导入 日期格式

parent d321a2a3
...@@ -46,7 +46,7 @@ public class EnterpriseImportFileVO { ...@@ -46,7 +46,7 @@ public class EnterpriseImportFileVO {
/** /**
* 发布日期 * 发布日期
*/ */
@Excel(name = "发布日期",sort = 4,dateFormat="yyyy-MM-dd") @Excel(name = "发布日期",sort = 4,dateFormat="yyyy-MM-dd",prompt="yyyy/mm/ss")
@ApiModelProperty("发布日期") @ApiModelProperty("发布日期")
@JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd")
private Date publishDate; private Date publishDate;
......
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