eight
2024-11-22 9a8b438f23d9bf83d83b3cc7c6e4c25b7ac90d63
src/api/ecg/queue/index.ts
@@ -1,4 +1,5 @@
import request from '@/config/axios'
import {PatDetailsVO} from "@/api/ecg/common";
// 排队 VO
export interface QueueVO {
@@ -18,6 +19,7 @@
  roomId: number // 诊室编号
  roomName: string // 诊室名称
  bedNo: string // 诊疗床编号
  patDetails: PatDetailsVO
}
// 排队 API