Commit c750f80f authored by  林继鑫's avatar 林继鑫

新增rpc方法

parent bbf6497a
<?php
namespace Meibuyu\Rpc\Service\Interfaces\Product;
interface FactoryProductServiceInterface
{
/**
* 运营端-工厂库存
* @param $params
* @return array
*/
public function productStockList($params);
}
\ No newline at end of file
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