From 9d9eab0e8a8ef5de9c8e3c5753ca527b5c8466b1 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 20 十一月 2024 12:09:49 +0800
Subject: [PATCH] 领用自动打印
---
src/api/ecg/room/index.ts | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/api/ecg/room/index.ts b/src/api/ecg/room/index.ts
index 8b3e819..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 {
@@ -19,6 +19,7 @@
activeQueueNum : number
priorityQueueNum : number
openingFlag : number
+ checkTypeBedInfo: object
}
// 璇婂鍜岃瘖鐤楀簥 API
--
Gitblit v1.9.3