mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-29 00:33:24 +08:00
fix 个人信息性别字段名修正
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 头像地址
|
||||
|
||||
Reference in New Issue
Block a user