Commit 052f52d1 authored by fuyunnan's avatar fuyunnan

仓库增加rpc

parent 7eec3a61
......@@ -64,4 +64,15 @@ interface StoreServiceInterface
public function listGroupOrder($sourceNoList): array;
/**
* description:通过入库单id数组获取产品列表
* author: fuyunnan
* @param array $ids 入库单ids 数组
* @return array
* @throws
* Date: 2020/7/10
*/
public function listIdsProduct($ids) : 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