【DictConstants】增加系统配置字典常量

pull/3/head
chenjinlong 2021-01-25 15:49:05 +08:00
parent 415ecef05e
commit e29a159b34
1 changed files with 6 additions and 0 deletions

View File

@ -23,4 +23,10 @@ public interface DictConstants {
*/
Long DEFAULT_DICT_PARENT_ID = -1L;
/**
* code
*/
String CONFIG_GROUP_DICT_TYPE_CODE = "config_group";
}