update 简化用户与角色功能

This commit is contained in:
疯狂的狮子li
2022-03-04 13:36:13 +08:00
parent 12acc1e7e6
commit 1ec6263399
13 changed files with 125 additions and 367 deletions

View File

@@ -21,6 +21,11 @@ public interface UserConstants {
*/
String EXCEPTION = "1";
/**
* 用户正常状态
*/
String USER_NORMAL = "0";
/**
* 用户封禁状态
*/