eight
2025-03-30 fad6097b889268af72ae2ff2f1206bdd7bd09b31
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