Commit b939a912 by xmy

goods修改

parent b2bc24c0
......@@ -12,7 +12,6 @@ use Swoft\Core\ResultInterface;
/**
* @method ResultInterface deferGet($storeId,$id)
* @method ResultInterface deferGetList($storeId,$page,$limit)
* Interface GoodsInterface
* @package Hdll\Services\Goods\Lib
*/
......@@ -27,13 +26,4 @@ interface GoodsInterface{
*/
public function get($storeId,$id);
/**
* 获取商品列表
* @param $storeId
* @param $page
* @param $limit
* @return mixed
* @author Administrator
*/
public function getList($storeId,$page,$limit);
}
\ 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