1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-10-07 00:15:15 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

管理员和用户后台框架完成;用户登录功能完成

This commit is contained in:
2022-04-02 14:49:48 +08:00
parent 7bf98f6ae0
commit 3efc2c730b
8 changed files with 116 additions and 33 deletions

View File

@@ -20,7 +20,7 @@ public class UserModel {
// 用户昵称
String nickname;
// 用户身份 NOT_LOGIN, ADMIN, LOGIN_USER;
// 用户身份 NOT_LOGIN, ADMIN, USER;
String group;
// 用户头像