From 4dc604ec7fd0a30d5d85abbf1d70ad6b0b99841d Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 28 八月 2024 15:34:43 +0800
Subject: [PATCH] rename
---
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