mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-11-11 19:53:53 +08:00
update 优化 是否为管理员的判断
This commit is contained in:
@@ -109,4 +109,10 @@ public interface UserConstants {
|
||||
*/
|
||||
int PASSWORD_MIN_LENGTH = 5;
|
||||
int PASSWORD_MAX_LENGTH = 20;
|
||||
|
||||
/**
|
||||
* 管理员ID
|
||||
*/
|
||||
Long ADMIN_ID = 1L;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user