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

This commit is contained in:
menxipeng
2025-08-22 17:42:20 +08:00
parent 3f2de012ec
commit 44057267ea
6 changed files with 143 additions and 9 deletions

View File

@@ -91,4 +91,7 @@ public class ShopUser {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date vipEndTime;
// 简介
private String descinfo;
}