hotel_canteen_order.php 821 B

123456789101112131415161718192021222324252627
  1. <?php
  2. return [
  3. 'Canteen_id' => '餐厅ID',
  4. 'Room_id' => '房间ID',
  5. 'User_id' => '用户ID',
  6. 'Order_no' => '订单号',
  7. 'Name' => '名称',
  8. 'Phone' => '电话',
  9. 'Sex' => '性别',
  10. 'Sex 1' => '先生',
  11. 'Sex 2' => '女士',
  12. 'Get_to_time' => '到店时间',
  13. 'Remark' => '备注',
  14. 'Pay_amount' => '总价',
  15. 'Status' => '状态',
  16. 'Status 1' => '正常',
  17. 'Set status to 1'=> '设为正常',
  18. 'Status 0' => '取消',
  19. 'Set status to 0'=> '设为取消',
  20. 'Create_time' => '创建时间',
  21. 'Update_time' => '修改时间',
  22. 'User.nickname' => '昵称',
  23. 'User.mobile' => '手机号',
  24. 'Canteen.name' => '名称',
  25. 'Room.name' => '名称'
  26. ];