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.
17 lines
478 B
17 lines
478 B
<?php
|
|
|
|
return [
|
|
'Goods_type' => '0商品池,1商品',
|
|
'Name' => '名称',
|
|
'Image' => '封面图',
|
|
'Owner_id' => '归属人',
|
|
'Price' => '价格',
|
|
'Status' => '状态',
|
|
'Createtime' => '创建时间',
|
|
'Updatetime' => '更新时间',
|
|
'Warehouse_id' => '仓库id',
|
|
'Content' => '内容',
|
|
'Goods_form' => '商品',
|
|
'On_time' => '上架时间',
|
|
'Off_time' => '下架时间'
|
|
];
|
|
|