疯狂的狮子Li
2022-02-22 d9b9f0b3d3b9917b9c85210d6227bfb9d444e622
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;
}