Commit 7081e331 authored by fuyunnan's avatar fuyunnan

原料库存调拨rpc

parent 9e36e4b8
......@@ -38,7 +38,6 @@ interface StoreMaterialServiceInterface
public function createMaterialWarehousing(array $attributes): array;
/**
* description:批量创建入库单
* author: fuyunnan
......@@ -112,4 +111,14 @@ interface StoreMaterialServiceInterface
*/
public function showBatchExeWarehouse($ids, $relations = []): array;
/**
* description:批量调拨库存方法
* author: fuyunnan
* @param array $data 表单
* @return array
* @throws
* Date: 2020/11/3
*/
public function transferToStock($data): array;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment