数据字典是否默认字段获取调整

This commit is contained in:
RuoYi
2019-07-09 18:43:12 +08:00
parent 9e67d8272e
commit 6c47f48e06
14 changed files with 30 additions and 14 deletions

View File

@ -27,6 +27,12 @@ public class UserConstants
/** 部门正常状态 */
public static final String DEPT_NORMAL = "0";
/** 字典正常状态 */
public static final String DICT_NORMAL = "0";
/** 是否为系统默认(是) */
public static final String YES = "Y";
/**
* 用户名长度限制
*/