feat(platform): separate vehicle lookup key from VIN

This commit is contained in:
lingniu
2026-07-04 00:16:04 +08:00
parent 52b3040506
commit cb1a3097d8
5 changed files with 66 additions and 11 deletions

View File

@@ -53,6 +53,8 @@ export interface VehicleCoverageRow {
export interface VehicleDetail {
vin: string;
lookupKey: string;
lookupResolved: boolean;
identity?: VehicleRow;
realtimeSummary?: VehicleRealtimeRow;
sources: string[];