eight
2024-08-08 78368f9e68249a2b95dcc81934287f39129138f3
src/api/ecg/appointment/index.ts
@@ -2,6 +2,7 @@
// 预约 VO
export interface AppointmentVO {
  id: string
  patId: string // 患者编号
  patName: string // 患者姓名
  patGender: number // 患者性别
@@ -16,8 +17,8 @@
  patWardDesc: string // 患者所在病区名称
  patBedNo: string // 床号
  bookId: string // 预约编号
  bookPeriodStart: Date // 预约检查时间段
  bookPeriodEnd: Date // 预约检查时间段
  bookDate: Date // 预约日期
  bookTimeslot: number // 预约时间段
  bookTime: Date // 预约发生时间
  bookCheckType: boolean // 预约检查类型
}