From 3b8457c9c63f0996d8dae63ac988f976da956d38 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 28 八月 2024 10:58:49 +0800
Subject: [PATCH] update

---
 src/api/ecg/doctor/index.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/ecg/doctor/index.ts b/src/api/ecg/doctor/index.ts
index b9073a4..3ee013c 100644
--- a/src/api/ecg/doctor/index.ts
+++ b/src/api/ecg/doctor/index.ts
@@ -1,8 +1,8 @@
 import request from '@/config/axios'
 
 export interface RoomBedVO {
-  roomId: number // 璇婂缂栧彿
-  bedNo: string // 璇婄枟搴婄紪鍙�
+  roomId: number | null // 璇婂缂栧彿
+  bedNo: string | null // 璇婄枟搴婄紪鍙�
 }
 
 export interface PatientVO {

--
Gitblit v1.9.3