This commit is contained in:
haoxr
2024-11-19 08:21:15 +08:00
4 changed files with 7 additions and 7 deletions

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