告警记录保存位置快照
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user