eight
2024-12-02 a90276a242ddca6f45e234c5cc4832a7a01a7e03
src/api/ecg/appointment/index.ts
@@ -3,7 +3,7 @@
// 预约 VO
export interface AppointmentVO {
  id: number,
  applyNo: string
  applyNo: string  // 预约申请编号
  episodeId: number //就诊流水号
  patSrc: number
  patId: string // 患者编号
@@ -19,7 +19,6 @@
  patWardCode: string // 患者所在病区代码
  patWardDesc: string // 患者所在病区名称
  patBedNo: string // 床号
  bookId: string // 预约编号
  bookDate: Date // 预约日期
  bookTimeslot: number // 预约时间段
  bookTime: Date // 预约发生时间, 点击预约的时间