Commit 9e36e4b8 authored by fuyunnan's avatar fuyunnan

获取原料库存接口 rpc 改成数组格式

parent c429018f
......@@ -83,12 +83,12 @@ interface StoreMaterialServiceInterface
* description:通过原料id数组获取库存列表 给订单系统查询的接口 返回当前原料分组后的库存
* author: fuyunnan
* @param array $ids 原料ids 数组
* @param int $wareId 仓库id
* @param array $wareIds 仓库数组id
* @return array
* @throws
* Date: 2020/7/27
*/
public function getGroupMaterialStock($ids, $wareId = 0): array;
public function getGroupMaterialStock($ids, $wareIds = []): array;
/**
* description:批量查看入库单信息
......
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