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.
11 lines
226 B
11 lines
226 B
1 year ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Order_id' => '订单id',
|
||
|
'Goods_id' => '商品id',
|
||
|
'Goods_name' => '商品名称',
|
||
|
'Goods_image' => '商品图片',
|
||
|
'Goods_price' => '商品价格',
|
||
|
'Num' => '数量'
|
||
|
];
|