Commit cb123014 by feixiang

买家账单服务接口

parent 352b2d0f
...@@ -19,15 +19,7 @@ use Swoft\Core\ResultInterface; ...@@ -19,15 +19,7 @@ use Swoft\Core\ResultInterface;
* Interface AgencyInterface * Interface AgencyInterface
* @package App\Lib * @package App\Lib
*/ */
interface BuyerDistributionInterface{ interface BillInterface{
/**
* 获取买家佣金数据
* @param int $buyerId
* @return mixed
* @author Administrator
*/
public function getBuyerCommission(int $buyerId);
/** /**
* 保存账单数据 * 保存账单数据
......
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