eight
2024-10-09 a4abbc0b059cf934869b2aa65514d1ddf4c81a55
src/api/ecg/appointment/index.ts
@@ -19,8 +19,9 @@
  bookId: string // 预约编号
  bookDate: Date // 预约日期
  bookTimeslot: number // 预约时间段
  bookTime: Date // 预约发生时间
  bookTime: Date // 预约发生时间, 点击预约的时间
  bookCheckType: number // 预约检查类型
  paid: number //已付款
}
// 预约 API