Commit 9df2f3c7 authored by fuyunnan's avatar fuyunnan

添加新的库存查询接口

parent e97b6942
......@@ -174,6 +174,14 @@ interface StoreServiceInterface
*/
public function getListStock($ids, $wareId = 0, $notWareId = []): array;
/**
* description:根据筛选条件获取仓库的库存列表 对库存筛选实现大一统
* author: fuyunnan
* @return array
* @throws
* Date: 2020/7/27
*/
public function getListStockWhere(): 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