提交
This commit is contained in:
@@ -463,8 +463,11 @@ public enum DicDataEnum {
|
|||||||
USER_MANUAL("使用手册","User_Manual"),
|
USER_MANUAL("使用手册","User_Manual"),
|
||||||
USER_AGREEMENT("用户协议","User_Agreement"),
|
USER_AGREEMENT("用户协议","User_Agreement"),
|
||||||
COMPANY_PROFILE("公司简介","Company_Profile"),
|
COMPANY_PROFILE("公司简介","Company_Profile"),
|
||||||
|
/**
|
||||||
|
* app设备事件类型权限转移,数据恢复
|
||||||
|
*/
|
||||||
|
AUTHORITY_TRANSFER("权限转移","Authority_transfer"),
|
||||||
|
DATA_RECOVERY("数据恢复","Data_recovery"),
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -93,8 +93,9 @@ public enum DicDataTypeEnum {
|
|||||||
SUPV_PROBLEM_TYPE("监督问题类型","problem_type"),
|
SUPV_PROBLEM_TYPE("监督问题类型","problem_type"),
|
||||||
RECTIFICATION_MEASURE("整改方案","RectificationMeasure"),
|
RECTIFICATION_MEASURE("整改方案","RectificationMeasure"),
|
||||||
|
|
||||||
APP_BASE_INFORMATION_TYPE("app基础信息类型","appInformationType")
|
APP_BASE_INFORMATION_TYPE("app基础信息类型","appInformationType"),
|
||||||
|
|
||||||
|
APP_DEVICE_EVENT_TYPE("app设备事件类型","appDeviceEventType")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user