init
This commit is contained in:
@@ -41,10 +41,6 @@ public class User implements Serializable {
|
||||
*
|
||||
*/
|
||||
private String password;
|
||||
/**
|
||||
* 密码盐
|
||||
*/
|
||||
private String salt;
|
||||
/**
|
||||
* 组别ID
|
||||
*/
|
||||
@@ -53,10 +49,6 @@ public class User implements Serializable {
|
||||
* 手机号
|
||||
*/
|
||||
private String mobile;
|
||||
/**
|
||||
* 手机号验证状态 0 未验证 1 已验证
|
||||
*/
|
||||
private Integer mobileStatus;
|
||||
/**
|
||||
* 头像
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user