|  |  |  | 
|---|
|  |  |  | import cc.mrbird.febs.mall.dto.*; | 
|---|
|  |  |  | import cc.mrbird.febs.mall.entity.MallTeamLeader; | 
|---|
|  |  |  | import cc.mrbird.febs.mall.vo.ApiLeaderListVo; | 
|---|
|  |  |  | import cc.mrbird.febs.mall.vo.ApiOrderProfitVo; | 
|---|
|  |  |  | import cc.mrbird.febs.mall.vo.OrderListVo; | 
|---|
|  |  |  | import com.baomidou.mybatisplus.extension.service.IService; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | FebsResponse applyLeader(ApiApplayLeaderDto apiApplayLeaderDto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<ApiLeaderListVo> findLeaderListInPage(ApiLeaderListDto apiLeaderListDto); | 
|---|
|  |  |  | FebsResponse findLeaderListInPage(ApiLeaderListDto apiLeaderListDto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | FebsResponse leaderState(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | FebsResponse refundOrderInfo(ApiRefundOrderInfoDto apiRefundOrderInfoDto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | FebsResponse leaderProfit(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<ApiOrderProfitVo> findLeaderProfitListInPage(ApiOrderProfitDto apiOrderProfitDto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | FebsResponse findSomeLeaderListInPage(ApiLeaderListDto apiLeaderListDto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | FebsResponse noLoginLeaderTitle(ApiLeaderTitleDto apiLeaderTitleDto); | 
|---|
|  |  |  | } | 
|---|