旗开得胜
This commit is contained in:
@ -37,7 +37,12 @@ public class UserInfo implements Serializable {
|
||||
private String phoneNumber;
|
||||
|
||||
/**
|
||||
* 密码(建议加密存储)
|
||||
* 账号
|
||||
*/
|
||||
private String userAccount;
|
||||
|
||||
/**
|
||||
* 密码
|
||||
*/
|
||||
private String userPassword;
|
||||
|
||||
|
Reference in New Issue
Block a user