eight
2024-08-28 3b8457c9c63f0996d8dae63ac988f976da956d38
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 {