<?php

return [
    'Buyer_id'     => '买方',
    'Seller_id'    => '卖方',
    'Order_sn'     => '订单编号',
    'Warehouse_id' => '仓库id',
    'Order_amount' => '订单价格',
    'Pay_amount'   => '支付金额',
    'Createtime'   => '创建时间',
    'Updatetime'   => '更新时间',
    'Status'       => '订单状态',
    'Pay_method'   => '支付方式',
    'Pay_time'     => '支付时间',
    'Pay_voucher'  => '支付凭证',
    'Coupon_price' => '优惠金额',
    'Consignee'    => '收货人',
    'Mobile'       => '联系电话',
    'Province'     => '省',
    'City'         => '市',
    'Address'      => '详细地址'
];