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

Merge pull request !592 from 风狗/feature/mall_product
This commit is contained in:
芋道源码 2023-08-26 12:44:32 +00:00 committed by Gitee
commit bef7937835
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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