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.
16 lines
446 B
16 lines
446 B
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'Firmid' => '企业ID',
|
|
'Out_warehouse_id' => '调出仓库ID',
|
|
'Out_partition_id' => '调出库区ID',
|
|
'Out_before_num' => '调出前数量',
|
|
'E_warehouse_id' => '调入仓库ID',
|
|
'E_partition_id' => '调入库区ID',
|
|
'E_before_num' => '调入前数量',
|
|
'Product_id' => '商品ID',
|
|
'Number' => '调拨数量',
|
|
'Remark' => '备注',
|
|
'Updatetime' => '更新时间'
|
|
];
|
|
|