houzhongfei
2022-12-14 53ae4ea6bc1a1bb4e20b7591e7b4d42da8fcb05e
ruoyi-common/src/main/java/com/ruoyi/common/constant/UserConstants.java
@@ -23,6 +23,11 @@
    String EXCEPTION = "1";
    /**
     * 用户正常状态
     */
    String USER_NORMAL = "0";
    /**
     * 用户封禁状态
     */
    String USER_DISABLE = "1";