From 75bdffbfab151c40a79d70f1e7e6844c4c39c605 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 28 八月 2024 14:49:40 +0800
Subject: [PATCH] remove 百度统计
---
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