fix 个人信息性别字段名修正

This commit is contained in:
lau
2026-03-25 20:42:33 +08:00
parent bc827570e4
commit d177eef25e
2 changed files with 2 additions and 2 deletions

View File

@@ -51,6 +51,6 @@ public class SysUserProfileBo implements Serializable {
/**
* 用户性别0男 1女 2未知
*/
private String sex;
private String gender;
}

View File

@@ -58,7 +58,7 @@ public class ProfileUserVo implements Serializable {
/**
* 用户性别0男 1女 2未知
*/
private String sex;
private String gender;
/**
* 头像地址