This commit is contained in:
2025-04-01 13:21:18 +08:00
parent fcebd8474e
commit 8bff09fcbc
4 changed files with 119 additions and 77 deletions

View File

@ -17,6 +17,12 @@ public interface UserConstant {
String USER_DEFAULT_AVATAR = "";
/**
* 用户登录键
*/
String USER_LOGIN_STATE = "qingcheng";
/**
* 默认角色
*/