This commit is contained in:
77
2024-03-18 00:07:03 +08:00
parent bd4ad464a5
commit 688ef1d649
25 changed files with 465 additions and 21 deletions

View File

@@ -35,7 +35,7 @@ public class User implements Serializable {
*/
private String nickname;
/**
* 用户类型: 0普通用户 1 内部用户 2 审核人员账号
* 用户类型: 0普通用户 1 内部用户
*/
private Integer type;
/**