feat(platform): diagnose source consistency

This commit is contained in:
lingniu
2026-07-04 04:12:23 +08:00
parent 7b801b6f71
commit e077d99a5e
9 changed files with 104 additions and 5 deletions

View File

@@ -107,6 +107,10 @@ export interface VehicleSourceConsistency {
mileageDeltaKm: number;
sourceTimeDeltaSeconds: number;
scope: string;
status: string;
severity: string;
title: string;
detail: string;
}
export interface VehicleServiceOverview {