Commit cabffab0 authored by fuyunnan's avatar fuyunnan

仓库 rpc

parent 5f71b14d
...@@ -57,11 +57,12 @@ interface StoreServiceInterface ...@@ -57,11 +57,12 @@ interface StoreServiceInterface
* description:根据来源单号,获取分组后的入库单 * description:根据来源单号,获取分组后的入库单
* author: fuyunnan * author: fuyunnan
* @param array $sourceNoList 单号列表 * @param array $sourceNoList 单号列表
* @param array $where 刷选列表
* @return array * @return array
* @throws * @throws
* Date: 2020/7/11 * Date: 2020/7/11
*/ */
public function listGroupOrder($sourceNoList): array; public function listGroupOrder($sourceNoList, $where = []): 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