mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-11-04 08:06:12 +08:00 
			
		
		
		
	Merge pull request #510 from DevDengChao/fix/member-sex-type
修复 MemberUserBaseVO.sex 与 SexEnum.value 不一致的问题
This commit is contained in:
		@ -38,7 +38,7 @@ public class MemberUserBaseVO {
 | 
			
		||||
    private String name;
 | 
			
		||||
 | 
			
		||||
    @Schema(description = "用户性别", example = "1")
 | 
			
		||||
    private Byte sex;
 | 
			
		||||
    private Integer sex;
 | 
			
		||||
 | 
			
		||||
    @Schema(description = "所在地编号", example = "4371")
 | 
			
		||||
    private Long areaId;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user