mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-13 07:33:42 +08:00
fix 个人信息性别字段名修正
This commit is contained in:
parent
bc827570e4
commit
d177eef25e
@ -51,6 +51,6 @@ public class SysUserProfileBo implements Serializable {
|
||||
/**
|
||||
* 用户性别(0男 1女 2未知)
|
||||
*/
|
||||
private String sex;
|
||||
private String gender;
|
||||
|
||||
}
|
||||
|
||||
@ -58,7 +58,7 @@ public class ProfileUserVo implements Serializable {
|
||||
/**
|
||||
* 用户性别(0男 1女 2未知)
|
||||
*/
|
||||
private String sex;
|
||||
private String gender;
|
||||
|
||||
/**
|
||||
* 头像地址
|
||||
|
||||
Loading…
Reference in New Issue
Block a user