update 简化查询角色功能

This commit is contained in:
疯狂的狮子li
2022-03-04 10:20:06 +08:00
parent c1d01fb1e1
commit 18cffc4678
4 changed files with 34 additions and 41 deletions

View File

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