packageorder.php 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. return [
  3. 'Id' => 'id',
  4. 'Order_no' => 'Order no',
  5. 'User_id' => 'User id',
  6. 'Package_id' => 'Package id',
  7. 'Lesson_ids' => 'Lesson ids',
  8. 'Sessions' => 'Sessions',
  9. 'Starttime' => 'Start time',
  10. 'Days' => 'Days',
  11. 'Endtime' => 'End time',
  12. 'Price' => 'Price',
  13. 'Remain' => 'Remain',
  14. 'Order_status' => 'Order status',
  15. 'Order_status 0' => 'unpaid',
  16. 'Order_status 1' => 'have paid',
  17. 'Paytime' => 'Pay time',
  18. 'Createtime' => 'Create time',
  19. 'Updatetime' => 'Update time',
  20. 'Is_gift' => 'Is gift',
  21. 'Is_gift 0' => 'no',
  22. 'Is_gift 1' => 'yes',
  23. 'Notice_status' => '计划任务',
  24. 'Notice_status 0' => '未通知',
  25. 'Notice_status 1' => '一月通知',
  26. 'Notice_status 2' => '两周通知',
  27. 'Notice_status 3' => '一周通知',
  28. 'Remark' => 'Remark',
  29. 'User.firstname' => 'firstname',
  30. 'User.lastname' => 'lastname',
  31. 'Package.name' => 'Package name',
  32. 'Package.name_en' => 'Package name(en)'
  33. ];