From 6ad8f2e44a264e9458b159b26501a2db00c9d536 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期五, 29 十一月 2024 17:02:38 +0800 Subject: [PATCH] 条码显示控制 --- src/api/ecg/room/index.ts | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/api/ecg/room/index.ts b/src/api/ecg/room/index.ts index b1b83c0..e99915e 100644 --- a/src/api/ecg/room/index.ts +++ b/src/api/ecg/room/index.ts @@ -10,12 +10,16 @@ status: number | null //寮�璇婄姸鎬� 0-鍏抽棴 1-鍏抽棴涓� 10-宸插紑閫� 20-鏈夊尰鐢� 30-鏆傚仠 docId: number | null docName: string | null + checkTypes: number[] | null + opType: number | null } export interface MonitorInfo { queueNum : number activeQueueNum : number + priorityQueueNum : number openingFlag : number + checkTypeBedInfo: object } // 璇婂鍜岃瘖鐤楀簥 API -- Gitblit v1.9.3