Commit c704d6e6 authored by fuyunnan's avatar fuyunnan

库存筛选提交筛选条件

parent 9df2f3c7
......@@ -177,11 +177,12 @@ interface StoreServiceInterface
/**
* description:根据筛选条件获取仓库的库存列表 对库存筛选实现大一统
* author: fuyunnan
* @param array $condition 筛选条件
* @return array
* @throws
* Date: 2020/7/27
*/
public function getListStockWhere(): array;
public function getListStockWhere($condition): 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