refactor: 用户列表日期格式精确到分钟

This commit is contained in:
ray
2024-11-17 17:37:47 +08:00
parent 4a542b2ab8
commit 272fc6b98a

View File

@@ -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;
}