【DictConstants】增加语种字典code常量

pull/3/head
chenjinlong 2021-01-26 17:01:03 +08:00
parent 74d4eec0d8
commit 8c97e90ead
1 changed files with 5 additions and 0 deletions

View File

@ -29,4 +29,9 @@ public interface DictConstants {
*/
String CONFIG_GROUP_DICT_TYPE_CODE = "config_group";
/**
*
*/
String LANGUAGES_DICT_TYPE_CODE = "languages";
}