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.
|
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'Firmid' => '企业ID',
|
|
'Specification' => '规格',
|
|
'Prop' => '属性',
|
|
'Unit' => '单位',
|
|
'W_name' => '仓库',
|
|
'P_name' => '库区',
|
|
'Product_id' => '商品ID',
|
|
'Warehouse_id' => '仓库ID',
|
|
'Partition_id' => '分区ID',
|
|
'Number' => '流水数量',
|
|
'Type' => '状态',
|
|
'Updatetime' => '更新时间'
|
|
];
|
|
|