src/api/ecg/doctor/index.ts
@@ -1,5 +1,12 @@ import request from '@/config/axios' export interface RoomProfileVO { roomId: number | null // 诊室编号 roomName: string | null bedNum: number | null // 诊疗床数量 callingScreenType: number | null // 叫号屏类型 } export interface RoomBedVO { roomId: number | null // 诊室编号 roomName: string | null