用户信息修改接口

This commit is contained in:
张松
2025-10-23 17:40:58 +08:00
parent eef047d3ff
commit 96e3e9a68f
2 changed files with 12 additions and 1 deletions

View File

@@ -25,4 +25,6 @@ public class ShopUserDTO extends ShopUser {
*/
private BigDecimal rechargeAmount;
private String memberLevelName;
private String nextMemberLevelName;
private Long nextExperience;
}