From 88d284ea4a0c9b5fe50020b4112229e13d15dbcb Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 27 八月 2024 14:40:02 +0800
Subject: [PATCH] update

---
 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 6afabde..70fa94d 100644
--- a/src/api/ecg/room/index.ts
+++ b/src/api/ecg/room/index.ts
@@ -7,8 +7,8 @@
   roomName: string // 璇婂鍚嶇О
   bedNo: string // 璇婄枟搴婄紪鍙�
   status: number //寮�璇婄姸鎬�  0-鍏抽棴 1-鍏抽棴涓� 10-宸插紑閫� 20-鏈夊尰鐢� 30-鏆傚仠
-  docId: number
-  docName: string
+  docId: number | null
+  docName: string | null
 }
 
 // 璇婂鍜岃瘖鐤楀簥 API

--
Gitblit v1.9.3