Commit aab6df38 by xmy

Merge branch 'test' into xmy

parents ee8d6401 e17128c9
...@@ -22,6 +22,8 @@ use Swoft\Core\ResultInterface; ...@@ -22,6 +22,8 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferSaveRelation($sellerId) * @method ResultInterface deferSaveRelation($sellerId)
* @method ResultInterface deferUpdateRelationVip($sellerId, $isVip) * @method ResultInterface deferUpdateRelationVip($sellerId, $isVip)
* @method ResultInterface deferCountVip($sellerId, $isVip) * @method ResultInterface deferCountVip($sellerId, $isVip)
* @method ResultInterface deferCountSeller($start, $end)
*
* Interface SellerInterface * Interface SellerInterface
* @package App\Lib * @package App\Lib
*/ */
...@@ -93,4 +95,6 @@ interface SellerInterface ...@@ -93,4 +95,6 @@ interface SellerInterface
public function updateRelationVip($sellerId, $isVip); public function updateRelationVip($sellerId, $isVip);
public function countVip($sellerId); public function countVip($sellerId);
public function countSeller($start, $end);
} }
\ 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