社交应用配置查询、新增、修改功能

This commit is contained in:
zhangwei
2018-03-29 17:24:21 +08:00
parent e64f7d5b22
commit 99175da3f2
11 changed files with 2287 additions and 15 deletions

View File

@@ -22,6 +22,10 @@ public final class Constants {
* 词典数据key
*/
public static final String CACHE_DICT_MAP = "dictMap";
/**
* 特征域字典key
*/
public static final String CACHE_FEATURES_DICT_MAP = "featuresDictMap";
/**
* 词典数据分类
*/