eight
2025-04-11 22a9a5fe525fb893ecaa8d4a8bfb65169ce02fc4
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