xiaoyong931011
2022-09-22 a56aa58c55f966c38cb8b5fc969eb1018fad5ce8
src/main/java/cc/mrbird/febs/mall/service/IApiMallTeamLeaderService.java
@@ -14,7 +14,7 @@
    FebsResponse applyLeader(ApiApplayLeaderDto apiApplayLeaderDto);
    List<ApiLeaderListVo> findLeaderListInPage(ApiLeaderListDto apiLeaderListDto);
    FebsResponse findLeaderListInPage(ApiLeaderListDto apiLeaderListDto);
    FebsResponse leaderState();
@@ -35,4 +35,6 @@
    FebsResponse leaderProfit();
    List<ApiOrderProfitVo> findLeaderProfitListInPage(ApiOrderProfitDto apiOrderProfitDto);
    FebsResponse findSomeLeaderListInPage(ApiLeaderListDto apiLeaderListDto);
}