Commit 4d3b4c66 authored by fuyunnan's avatar fuyunnan

Merge branch 'feature-batch-order'

parents a9cebe61 2c6a8b77
...@@ -82,6 +82,17 @@ interface StoreServiceInterface ...@@ -82,6 +82,17 @@ interface StoreServiceInterface
public function createBatchWarehousing(array $attributes): array; public function createBatchWarehousing(array $attributes): array;
/**
* description:批量创建入库单
* author: fuyunnan
* @param array $attributes 需要入库的数组 格式请参考yapi 入库添加
* @return bool
* @throws
* Date: 2020/7/6
*/
public function createBatchInOrder(array $attributes): bool;
/** /**
* description:生产单结束获取统计单号值 * description:生产单结束获取统计单号值
* author: fuyunnan * author: fuyunnan
......
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