update 简化查询角色功能

This commit is contained in:
疯狂的狮子li
2022-03-04 13:23:11 +08:00
parent 04a5001fc8
commit fe43c94810
4 changed files with 36 additions and 43 deletions

View File

@@ -26,6 +26,11 @@ public interface UserConstants {
*/
String USER_DISABLE = "1";
/**
* 角色正常状态
*/
String ROLE_NORMAL = "0";
/**
* 角色封禁状态
*/