lessonslot.php 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  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. 'Status' => 'Status',
  14. 'Status 0' => 'Signing up',
  15. 'Status 20' => 'Signed in',
  16. 'Status 30' => 'canceled',
  17. 'Remark' => 'Remark',
  18. 'Notice_status' => 'Planned task',
  19. 'Notice_status 0' => 'Failure to advise',
  20. 'Notice_status 1' => 'Have notified',
  21. 'Finishtime' => 'Signed time',
  22. 'Cancel_reason' => 'Cancel reason',
  23. 'Cancel_time' => 'Cancel time',
  24. 'Is_show' => 'Show on APP?',
  25. 'Is_show 1' => 'show',
  26. 'Is_show 0' => 'INTERNAL USE ONLY',
  27. 'Coach.nickname' => 'Coach nickname',
  28. 'Lesson.name' => 'Lesson name',
  29. 'Lesson.name_en' => 'Lesson name(en)',
  30. 'Lesson.type' => 'Lesson Type',
  31. 'Lesson.type 1' => 'Public',
  32. 'Lesson.type 2' => 'Private',
  33. ];