mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 23:31:52 +08:00
Merge pull request #510 from DevDengChao/fix/member-sex-type
修复 MemberUserBaseVO.sex 与 SexEnum.value 不一致的问题
This commit is contained in:
commit
a8aead3049
@ -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