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 {