From 0f914ac5b4f15a610f4f142aa15a2bcf5205a21f Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期一, 31 三月 2025 10:53:03 +0800
Subject: [PATCH] update queue status formatter
---
src/api/ecg/room/index.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/api/ecg/room/index.ts b/src/api/ecg/room/index.ts
index 870f954..e99915e 100644
--- a/src/api/ecg/room/index.ts
+++ b/src/api/ecg/room/index.ts
@@ -10,8 +10,8 @@
status: number | null //寮�璇婄姸鎬� 0-鍏抽棴 1-鍏抽棴涓� 10-宸插紑閫� 20-鏈夊尰鐢� 30-鏆傚仠
docId: number | null
docName: string | null
- checkTypes: number[]
- opType: number
+ checkTypes: number[] | null
+ opType: number | null
}
export interface MonitorInfo {
--
Gitblit v1.9.3