From 9573b1ae0bcf6e9ede81060867cbb4eed69243b4 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 28 八月 2024 15:31: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