Commit 3e90b934 authored by fuyunnan's avatar fuyunnan

添加仓库入库单rpc

parent 5d1f9426
......@@ -52,4 +52,16 @@ interface StoreServiceInterface
*/
public function listSourceNoProduct($sourceNo): array;
/**
* description:根据来源单号,获取分组后的入库单
* author: fuyunnan
* @param array $sourceNoList 单号列表
* @return array
* @throws
* Date: 2020/7/11
*/
public function listGroupOrder($sourceNoList): array;
}
\ No newline at end of file
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