update 简化查询用户功能

This commit is contained in:
疯狂的狮子li
2022-03-04 11:45:38 +08:00
parent 8091a46005
commit d3a3ad5cbd
6 changed files with 69 additions and 66 deletions

View File

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