事件告警修改

This commit is contained in:
lxj
2025-08-15 14:08:35 +08:00
parent 8da35d2d4b
commit 81de99b015
4 changed files with 64 additions and 147 deletions

View File

@@ -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;