酒店预订平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
978 B

  1. <?php
  2. return [
  3. 'Id' => '主键ID',
  4. 'Order_id' => '订单ID',
  5. 'Item_id' => '附加项目ID',
  6. 'Item_type' => '附加项目类型',
  7. 'Item_name' => '附加项目名称',
  8. 'Item_memo' => '附加项目说明',
  9. 'Item_unit' => '计价单位 件、份、匝、张等',
  10. 'Use_date' => '使用日期',
  11. 'Prod_num' => '产品数量',
  12. 'Total_price' => '总金额',
  13. 'Total_cost' => '总成本价格',
  14. 'Profit' => '利润',
  15. 'Log' => '日志',
  16. 'Country_name' => '国家名称',
  17. 'Province_name' => '省份名称',
  18. 'City_name' => '城市名称',
  19. 'Detail_address' => '详细地址',
  20. 'Del_flag' => '是否删除',
  21. 'Create_time' => '创建时间',
  22. 'Update_time' => '更新时间',
  23. 'Confirm_status' => '资源单状态 1、未发单/ 2已发单、3已确认、4已取消',
  24. 'Confirm_no' => '确认单号'
  25. ];