orders.php 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. return [
  3. 'Id' => '主键ID',
  4. 'User_id' => '用户ID',
  5. 'Saas_id' => 'SAAS ID',
  6. 'Store_id' => '店铺ID',
  7. 'Store_name' => '店铺名称',
  8. 'Parent_order_no' => '父订单号',
  9. 'Order_id' => '订单ID',
  10. 'Order_no' => '订单号',
  11. 'Order_type' => '订单类型',
  12. 'Order_type 0' => '软件产品订单',
  13. 'Order_type 1' => '需求签约订单',
  14. 'Order_sub_type' => '订单子类型',
  15. 'Order_status' => '订单状态',
  16. 'Order_status 0' => '关闭',
  17. 'Order_status 10' => '待付款',
  18. 'Order_status 20' => '待发货',
  19. 'Order_status 30' => '待收货',
  20. 'Order_status 40' => '已完成',
  21. 'Order_status 50' => '已取消',
  22. 'Order_sub_status' => '订单子状态',
  23. 'Total_amount' => '订单总金额(分)',
  24. 'Goods_amount' => '商品总金额',
  25. 'Goods_amount_app' => '商品总金额(APP)',
  26. 'Payment_amount' => '实付金额',
  27. 'Freight_fee' => '运费',
  28. 'Package_fee' => '包装费',
  29. 'Discount_amount' => '优惠金额',
  30. 'Channel_type' => '渠道类型',
  31. 'Channel_source' => '渠道来源',
  32. 'Channel_identity' => '渠道标识',
  33. 'Remark' => '备注',
  34. 'Cancel_type' => '取消类型',
  35. 'Cancel_reason_type' => '取消原因类型',
  36. 'Cancel_reason' => '取消原因',
  37. 'Rights_type' => '维权类型',
  38. 'Auto_cancel_time' => '自动取消时间',
  39. 'Order_status_remark' => '订单状态备注',
  40. 'Createtime' => '创建时间',
  41. 'Updatetime' => '更新时间'
  42. ];