Commit fc746607 authored by fuyunnan's avatar fuyunnan

Merge branch 'feature-batch-order' into test

parents 48b07d51 2c6a8b77
......@@ -82,6 +82,17 @@ interface StoreServiceInterface
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:生产单结束获取统计单号值
* 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