mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-02-08 14:44:57 +08:00
fix: 修复 MemberUserBaseVO.sex 与 SexEnum.value 不一致的问题
This commit is contained in:
parent
c52ec92b05
commit
546821d949
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user