mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-17 19:51:53 +08:00
fix: 修复 MemberUserBaseVO.sex 与 SexEnum.value 不一致的问题
This commit is contained in:
@@ -38,7 +38,7 @@ public class MemberUserBaseVO {
|
|||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@Schema(description = "用户性别", example = "1")
|
@Schema(description = "用户性别", example = "1")
|
||||||
private Byte sex;
|
private Integer sex;
|
||||||
|
|
||||||
@Schema(description = "所在地编号", example = "4371")
|
@Schema(description = "所在地编号", example = "4371")
|
||||||
private Long areaId;
|
private Long areaId;
|
||||||
|
Reference in New Issue
Block a user