zlyx
2022-09-14 d6400e382a91fe7b00fa9dc7a24499a5ebf0c211
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";