告警记录保存位置快照

This commit is contained in:
stu2not
2026-05-27 17:06:12 +08:00
parent 356e333c81
commit 1b75435a3c
11 changed files with 321 additions and 5 deletions

View File

@@ -45,6 +45,14 @@ export interface DeviceAlarmItem {
child_id?: number | null
child_name?: string | null
source_msg_id: string
coord_type?: string | null
lat?: number | null
lng?: number | null
location_updated_at?: string | null
location_stale?: boolean
address?: string | null
address_resolved_at?: string | null
address_resolve_status?: number | null
created_at: string
}