!592 获得会员用户接口增加经验值字段

Merge pull request !592 from 风狗/feature/mall_product
plp
芋道源码 2 years ago committed by Gitee
commit bef7937835
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -43,4 +43,7 @@ public class MemberUserRespVO extends MemberUserBaseVO {
@Schema(description = "用户分组", example = "购物达人")
private String groupName;
@Schema(description = "用户经验值", example = "100")
private Integer experience;
}

Loading…
Cancel
Save