Fix Bug #566: fallback修复

This commit is contained in:
2026-05-27 06:32:33 +08:00
parent 2708089646
commit 5e711f4d1b
10 changed files with 227 additions and 179 deletions

View File

@@ -0,0 +1,6 @@
export interface VitalSignDto {
patientId: number;
timeLabels: string[];
temperaturePoints: number[];
rawDataJson?: string;
}