Commit 2e27565b authored by wdy's avatar wdy

Merge branch 'dev' into 'master'

dev - master 19

See merge request !346
parents c6895ed5 b1716e43
......@@ -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("发布日期")
@JsonFormat(pattern = "yyyy-MM-dd")
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