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.
19 lines
462 B
19 lines
462 B
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'Name' => '商品名称',
|
|
'Inventory' => '可用库存',
|
|
'Freeze' => '冻结库存',
|
|
'Unit' => '单位',
|
|
'Sku' => 'Sku',
|
|
'Specification' => '规格',
|
|
'Prop' => '属性',
|
|
'W_name' => '所在仓库',
|
|
'P_name' => '所在库区',
|
|
'Warehouse_id' => '仓库id',
|
|
'Partition_id' => '库区id',
|
|
'Product_id' => '产品id',
|
|
'Updatetime' => '更新时间',
|
|
'Firmid' => '企业id'
|
|
];
|
|
|