修改全部书签和回收站为通用mapper方式调用

This commit is contained in:
WangHao
2020-08-30 00:05:24 +08:00
parent fd957351e5
commit 70f628f7ac
5 changed files with 13 additions and 20 deletions

View File

@ -82,7 +82,7 @@ public class SqBookmark
private Integer start;
/** 创建时间 */
@Transient
@Excel(name = "创建时间")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date createTime;