事件告警修改
This commit is contained in:
@@ -26,6 +26,13 @@ export const DictEnum = {
|
||||
SIS_ACCESS_CONTROL_DEVICE_TYPE: 'sis_access_control_device_type',
|
||||
SIS_LIB_TYPE: 'sis_lib_type',
|
||||
WY_ZCSHZT: 'wy_zcshzt',
|
||||
|
||||
// 事件上报字典key
|
||||
alarm_state: "alarm_state",
|
||||
alarm_level: "alarm_level",
|
||||
event_big_type: "event_big_type",
|
||||
event_small_type: "event_small_type",
|
||||
|
||||
} as const;
|
||||
|
||||
export type DictEnumKey = keyof typeof DictEnum;
|
||||
|
Reference in New Issue
Block a user