This commit is contained in:
huangzj
2023-07-27 09:15:52 +08:00
parent 950952f9a2
commit ed4af7dd41
2 changed files with 9 additions and 5 deletions

View File

@@ -463,8 +463,11 @@ public enum DicDataEnum {
USER_MANUAL("使用手册","User_Manual"),
USER_AGREEMENT("用户协议","User_Agreement"),
COMPANY_PROFILE("公司简介","Company_Profile"),
/**
* app设备事件类型权限转移数据恢复
*/
AUTHORITY_TRANSFER("权限转移","Authority_transfer"),
DATA_RECOVERY("数据恢复","Data_recovery"),
;

View File

@@ -93,8 +93,9 @@ public enum DicDataTypeEnum {
SUPV_PROBLEM_TYPE("监督问题类型","problem_type"),
RECTIFICATION_MEASURE("整改方案","RectificationMeasure"),
APP_BASE_INFORMATION_TYPE("app基础信息类型","appInformationType")
APP_BASE_INFORMATION_TYPE("app基础信息类型","appInformationType"),
APP_DEVICE_EVENT_TYPE("app设备事件类型","appDeviceEventType")