Commit fe79d9bb by xmy

用户回访

parent 822b0357
......@@ -15,6 +15,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferIncSales($storeId, $goodsId)
* @method ResultInterface deferDecSales($storeId, $goodsId)
* @method ResultInterface deferGetServiceByGoodsId($storeId, $goodsId)
* @method ResultInterface deferGetReturnVisitByGoodsId($storeId, $goodsId)
* Interface GoodsInterface
* @package Hdll\Services\Goods\Lib
*/
......@@ -72,4 +73,14 @@ interface GoodsInterface
* @author Administrator
*/
public function getServiceByGoodsId($storeId,$goodsId);
/**
* 获取用户回访
* @param $storeId
* @param $goodsId
* @return mixed
* @author Administrator
*/
public function getReturnVisitByGoodsId($storeId, $goodsId);
}
\ 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