update 动态消息时间格式
This commit is contained in:
@@ -86,9 +86,9 @@ public class LawsNewsFeed implements Serializable {
|
||||
@Dict(dicCode = "dynamic_news_status")
|
||||
private java.lang.Integer releaseStatus;
|
||||
/**发布时间*/
|
||||
@Excel(name = "发布时间", width = 15, format = "yyyy-MM-dd")
|
||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||
@Excel(name = "发布时间", width = 15, format = "yyyy-MM-dd HH:mm:ss")
|
||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty(value = "发布时间")
|
||||
private java.util.Date releaseTime;
|
||||
/**阅读次数*/
|
||||
|
||||
Reference in New Issue
Block a user