eight
2025-04-11 348e6bcdc7fa566a48b96dea53d24ec6dda49e1d
src/api/ecg/queue/index.ts
@@ -1,8 +1,11 @@
import request from '@/config/axios'
import {PatDetailsVO} from "@/api/ecg/common";
// 排队 VO
export interface QueueVO {
  id: number // id
  applyNo: string // 预约申请号
  episodeId: string // 就诊流水号
  patId: string // 患者编号
  patName: string // 患者姓名
  patGender: number // 患者性别
@@ -18,6 +21,7 @@
  roomId: number // 诊室编号
  roomName: string // 诊室名称
  bedNo: string // 诊疗床编号
  patDetails: PatDetailsVO
}
// 排队 API