Commit 4736c550 by xmy

卖家分销统计

parent 61c2eb74
...@@ -16,6 +16,7 @@ use Swoft\Core\ResultInterface; ...@@ -16,6 +16,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferGetByUnionId($unionId,$fields=['*']) * @method ResultInterface deferGetByUnionId($unionId,$fields=['*'])
* @method ResultInterface deferGetByStoreId($storeId,$fields=['*']) * @method ResultInterface deferGetByStoreId($storeId,$fields=['*'])
* @method ResultInterface deferUpdate($id,$data) * @method ResultInterface deferUpdate($id,$data)
* @method ResultInterface deferCuntRelationNum($sellerId, $condition, $column = ['id'])
* Interface SellerInterface * Interface SellerInterface
* @package App\Lib * @package App\Lib
*/ */
...@@ -74,4 +75,6 @@ interface SellerInterface ...@@ -74,4 +75,6 @@ interface SellerInterface
*/ */
public function getByStoreId($storeId, $fields = ['*']); public function getByStoreId($storeId, $fields = ['*']);
public function countRelationNum($sellerId, $condition, $column = ['id']);
} }
\ 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