个人中心优化,增加上传头像接口1

This commit is contained in:
menxipeng
2025-08-23 12:49:04 +08:00
parent 44057267ea
commit acfb370c73
7 changed files with 18 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ public class ShopUser {
private Long sex;
/** 生日 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = "生日", width = 30, dateFormat = "yyyy-MM-dd")
private Date birthday;