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
534 B
22 lines
534 B
1 year ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Id' => 'ID',
|
||
|
'Firmid' => '企业ID',
|
||
|
'Warehouse_id' => '仓库ID',
|
||
|
'Partition_id' => '分区ID',
|
||
|
'Product_id' => '商品ID',
|
||
|
'Specification' => '规格',
|
||
|
'Prop' => '属性',
|
||
|
'Unit' => '单位',
|
||
|
'W_name' => '仓库',
|
||
|
'P_name' => '库区',
|
||
|
'Product_name' => '商品',
|
||
|
'Surface_num' => '账目数量',
|
||
|
'Number' => '盈亏流水数量',
|
||
|
'Real_num' => '实际数量',
|
||
|
'Type' => '状态',
|
||
|
'Createtime' => '建单时间',
|
||
|
'Updatetime' => '更新时间'
|
||
|
];
|