feat(platform): include plates in raw history

This commit is contained in:
lingniu
2026-07-03 23:17:23 +08:00
parent a644a6617c
commit a4e9a8afb8
6 changed files with 60 additions and 25 deletions

View File

@@ -112,6 +112,7 @@ export interface HistoryLocationRow extends RealtimeLocationRow {
export interface RawFrameRow {
id: string;
vin: string;
plate: string;
protocol: string;
frameType: string;
deviceTime: string;