update 优化 框架代码书写格式

This commit is contained in:
疯狂的狮子li
2023-01-30 18:08:53 +08:00
committed by zlyx
parent 912b14c288
commit 1e1c79f163
13 changed files with 64 additions and 81 deletions

View File

@ -131,8 +131,8 @@ public interface UserConstants {
int PASSWORD_MAX_LENGTH = 20;
/**
* 管理员ID
* 超级管理员ID
*/
Long ADMIN_ID = 1L;
Long SUPER_ADMIN_ID = 1L;
}