houzhongfei
2022-12-14 ef91551449a38e9d765a0cbbafe6bfc406564d3c
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";