1、配置操作tag增加修改操作;2、音视频文件样例配置列表、表单界面、新增、修改功能涉及到functionService与functionRegion字典使用部分提交。
This commit is contained in:
@@ -47,6 +47,16 @@ public final class Constants {
|
||||
* 特征域字典key
|
||||
*/
|
||||
public static final String CACHE_FEATURES_DICT_MAP = "featuresDictMap";
|
||||
|
||||
/**
|
||||
* 功能业务字典key
|
||||
*/
|
||||
public static final String CACHE_FUNCTION_SERVICE_DICT = "functionServiceDict";
|
||||
|
||||
/**
|
||||
* 功能配置域字典key
|
||||
*/
|
||||
public static final String CACHE_FUNCTION_REGION_DICT = "functionRegionDict";
|
||||
/**
|
||||
* 词典数据分类
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user