mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2026-06-19 04:04:29 +00:00
update 统一用户性别字段名称为gender
This commit is contained in:
@@ -58,7 +58,7 @@ public class UserDTO implements Serializable {
|
||||
/**
|
||||
* 用户性别(0男 1女 2未知)
|
||||
*/
|
||||
private String sex;
|
||||
private String gender;
|
||||
|
||||
/**
|
||||
* 账号状态(0正常 1停用)
|
||||
|
||||
Reference in New Issue
Block a user