旗开得胜

This commit is contained in:
2025-04-28 12:34:22 +08:00
parent be354a98ec
commit 2c4ea1a675
13 changed files with 255 additions and 89 deletions

View File

@ -37,7 +37,12 @@ public class UserInfo implements Serializable {
private String phoneNumber;
/**
* 密码(建议加密存储)
* 账号
*/
private String userAccount;
/**
* 密码
*/
private String userPassword;