优化部门停用不显示

This commit is contained in:
RuoYi
2018-05-06 13:58:10 +08:00
parent 9d18d298e7
commit 4a0cbafa52
8 changed files with 17 additions and 10 deletions

View File

@ -20,6 +20,9 @@ public class UserConstants
/** 角色封禁状态 */
public static final int ROLE_BLOCKED = 1;
/** 部门正常状态 */
public static final int DEPT_NORMAL = 0;
/**
* 用户名长度限制
*/