lessonslot.php 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. return [
  3. 'Id' => 'id',
  4. 'Starttime' => 'Start time',
  5. 'Hours' => 'Hours',
  6. 'Endtime' => 'End time',
  7. 'Num_min' => 'Num min(cancel)',
  8. 'Num_max' => 'Num max',
  9. 'Bookednum' => 'booked number',
  10. 'Coach_ids' => 'Coach ids',
  11. 'Lesson_id' => 'Lesson id',
  12. 'Address' => 'Address',
  13. 'Address_en' => 'Address(en)',
  14. 'Status' => 'Status',
  15. 'Status 0' => 'Signing up',
  16. 'Status 20' => 'Signed in',
  17. 'Status 30' => 'canceled',
  18. 'Remark' => 'Note',
  19. 'Remark_en' => 'Note(en)',
  20. 'Notice_status' => 'Planned task',
  21. 'Notice_status 0' => 'Failure to advise',
  22. 'Notice_status 1' => 'Have notified',
  23. 'Finishtime' => 'Signed time',
  24. 'Cancel_reason' => 'Cancel reason',
  25. 'Cancel_time' => 'Cancel time',
  26. 'Is_show' => 'Show & Booking?',
  27. 'Is_show 1' => 'Show & Booking',
  28. 'Is_show 0' => 'Only Show',
  29. 'Coach.nickname' => 'Coach nickname',
  30. 'Lesson.name' => 'Lesson name',
  31. 'Lesson.name_en' => 'Lesson name(en)',
  32. 'Lesson.type' => 'Lesson Type',
  33. 'Lesson.type 1' => 'Public',
  34. 'Lesson.type 2' => 'Private',
  35. ];