Commit 9b306502 authored by fuyunnan's avatar fuyunnan

Merge branch 'feature-rpc-createBatchwarehousing'

parents c9de9a1a e7b549a1
......@@ -75,11 +75,11 @@ interface StoreServiceInterface
* ]
*
* @param array $attributes 提交的数组 或参考yapi http://api.huaperfect.com/project/38/interface/api/6968
* @return array
* @return bool
* @throws
* Date: 2020/8/8
*/
public function createBatchWarehousing(array $attributes): array;
public function createBatchWarehousing(array $attributes): bool;
/**
......
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