疯狂的狮子li
2023-01-31 a0eaa5a0f6cea86dfe719daca7896f1f0018299a
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/UserConstants.java
@@ -131,8 +131,8 @@
    int PASSWORD_MAX_LENGTH = 20;
    /**
     * 管理员ID
     * 超级管理员ID
     */
    Long ADMIN_ID = 1L;
    Long SUPER_ADMIN_ID = 1L;
}