mirror of https://gitee.com/stylefeng/roses
【DictConstants】增加语种字典code常量
parent
74d4eec0d8
commit
8c97e90ead
|
@ -29,4 +29,9 @@ public interface DictConstants {
|
|||
*/
|
||||
String CONFIG_GROUP_DICT_TYPE_CODE = "config_group";
|
||||
|
||||
/**
|
||||
* 多语言
|
||||
*/
|
||||
String LANGUAGES_DICT_TYPE_CODE = "languages";
|
||||
|
||||
}
|
Loading…
Reference in New Issue