mirror of https://gitee.com/stylefeng/roses
【DictConstants】增加系统配置字典常量
parent
415ecef05e
commit
e29a159b34
|
@ -23,4 +23,10 @@ public interface DictConstants {
|
||||||
*/
|
*/
|
||||||
Long DEFAULT_DICT_PARENT_ID = -1L;
|
Long DEFAULT_DICT_PARENT_ID = -1L;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 系统配置分组code
|
||||||
|
*/
|
||||||
|
String CONFIG_GROUP_DICT_TYPE_CODE = "config_group";
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue