mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-24 03:18:35 +08:00
update 重构 修改框架内不正常命名与规范是和否的状态
This commit is contained in:
@@ -66,12 +66,12 @@ public class RemoteUserBo implements Serializable {
|
||||
/**
|
||||
* 手机号码
|
||||
*/
|
||||
private String phonenumber;
|
||||
private String phoneNumber;
|
||||
|
||||
/**
|
||||
* 用户性别(0男 1女 2未知)
|
||||
*/
|
||||
private String sex;
|
||||
private String gender;
|
||||
|
||||
/**
|
||||
* 头像地址
|
||||
|
||||
@@ -53,12 +53,12 @@ public class RemoteUserVo implements Serializable {
|
||||
/**
|
||||
* 手机号码
|
||||
*/
|
||||
private String phonenumber;
|
||||
private String phoneNumber;
|
||||
|
||||
/**
|
||||
* 用户性别(0男 1女 2未知)
|
||||
*/
|
||||
private String sex;
|
||||
private String gender;
|
||||
|
||||
/**
|
||||
* 账号状态(0正常 1停用)
|
||||
|
||||
Reference in New Issue
Block a user