给租户增加启用禁用功能

This commit is contained in:
季圣华
2021-07-06 22:24:17 +08:00
parent a176f417e4
commit 1db9b94599
12 changed files with 1108 additions and 1263 deletions

View File

@@ -16,7 +16,7 @@ public interface ExceptionCodeConstants {
public static final int USER_PASSWORD_ERROR = 2;
/**
* 被加入黑名单
* 用户被加入黑名单
*/
public static final int BLACK_USER = 3;
@@ -29,5 +29,10 @@ public interface ExceptionCodeConstants {
* 访问数据库异常
*/
public static final int USER_ACCESS_EXCEPTION = 5;
/**
* 租户被加入黑名单
*/
public static final int BLACK_TENANT = 6;
}
}