佟明键
2022-02-24 8b097af195e5b0056eaad06f199cd1d291821912
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;
}