Commit dbdecacb authored by fuyunnan's avatar fuyunnan

删除仓库rpc 接口

parent 954587e5
...@@ -10,25 +10,4 @@ namespace Meibuyu\Micro\Service\Interfaces; ...@@ -10,25 +10,4 @@ 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;
/**
* description:获取物流商列表信息
* author: fuyunnan
* @param array $idList
* @param array $columns
* Date: 2020/6/13
* @return array
*/
public function listLogistics(array $idList, array $columns = ['*']): 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