refactor: 用户列表日期格式精确到分钟
This commit is contained in:
@@ -47,7 +47,7 @@ public class UserPageVO {
|
||||
private String roleNames;
|
||||
|
||||
@Schema(description="创建时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
@JsonFormat(pattern = "yyyy/MM/dd HH:mm")
|
||||
private Date createTime;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user