Commit f9909c5f authored by fuyunnan's avatar fuyunnan

提交是否有库存接口

parent eec8b9b4
...@@ -10,5 +10,13 @@ namespace Meibuyu\Micro\Service\Interfaces; ...@@ -10,5 +10,13 @@ namespace Meibuyu\Micro\Service\Interfaces;
interface StoreServiceInterface interface StoreServiceInterface
{ {
// /**
* description:检查仓库是否存在库存
* author: fuyunnan
* @param int $warehouseId 仓库id
* @param array $productIds 子产品id数组
* Date: 2020/6/12
* @return array
*/
public function checkStock($warehouseId, $productIds): array;
} }
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