feat: 交叉验证 AI vs LAMP(#15,一致确认/不一致升级会诊)

This commit is contained in:
weijuesen
2026-08-12 18:00:02 +08:00
parent 6f367d19ae
commit 1798b2909e
9 changed files with 199 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@ export interface LampTest {
sampleInfo?: string;
result?: string;
resultImageUrl?: string;
crossStatus?: string;
crossReason?: string;
note?: string;
createdAt?: string;
}