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.
22 lines
665 B
22 lines
665 B
<?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' => '详细地址'
|
|
];
|
|
|