疯狂的狮子li
2022-02-22 3517a8f49440afcf7bd5b98bb4f0ba255f5f409d
ruoyi-common/src/main/java/com/ruoyi/common/constant/UserConstants.java
@@ -109,4 +109,10 @@
     */
    int PASSWORD_MIN_LENGTH = 5;
    int PASSWORD_MAX_LENGTH = 20;
    /**
     * 管理员ID
     */
    Long ADMIN_ID = 1L;
}