Loading src/Service/Interfaces/StoreServiceInterface.php +8 −0 Original line number Diff line number Diff line Loading @@ -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:检查是否有库存,有就返回库存数量(有记录) 给产品系统使用 Loading Loading
src/Service/Interfaces/StoreServiceInterface.php +8 −0 Original line number Diff line number Diff line Loading @@ -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:检查是否有库存,有就返回库存数量(有记录) 给产品系统使用 Loading