mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 20:28:44 +08:00 
			
		
		
		
	!592 获得会员用户接口增加经验值字段
Merge pull request !592 from 风狗/feature/mall_product
This commit is contained in:
		@@ -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;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user