mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2025-01-31 17:40:05 +08:00
feat: 获得会员用户接口增加经验值字段
This commit is contained in:
parent
f6f33a07d0
commit
f10b638caf
@ -43,4 +43,7 @@ public class MemberUserRespVO extends MemberUserBaseVO {
|
|||||||
@Schema(description = "用户分组", example = "购物达人")
|
@Schema(description = "用户分组", example = "购物达人")
|
||||||
private String groupName;
|
private String groupName;
|
||||||
|
|
||||||
|
@Schema(description = "用户经验值", example = "100")
|
||||||
|
private Integer experience;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user