This commit is contained in:
张良(004796)
2024-03-11 18:14:31 +08:00
parent c47e71b301
commit 2bd2871df0
31 changed files with 175 additions and 68 deletions

View File

@@ -50,10 +50,6 @@ public class User implements Serializable {
* 头像
*/
private String avatar;
/**
* 自定义头像 1-自定义头像 0-默认头像
*/
private Integer avatarState;
/**
* 性别 0-未知 1-女 2-男
*/