xiaoyong931011
2023-04-14 f7979b2b8aa96d26dfe6e7e6ba3838f54ec2ef73
src/main/java/cc/mrbird/febs/mall/service/IAdminMallTeamLeaderService.java
@@ -3,6 +3,7 @@
import cc.mrbird.febs.common.entity.FebsResponse;
import cc.mrbird.febs.common.entity.QueryRequest;
import cc.mrbird.febs.mall.dto.AdminLeaderAddDto;
import cc.mrbird.febs.mall.dto.AdminLeaderAddFenceDto;
import cc.mrbird.febs.mall.dto.AdminLeaderUpdateDto;
import cc.mrbird.febs.mall.entity.MallLeaderStock;
import cc.mrbird.febs.mall.entity.MallTeamLeader;
@@ -32,4 +33,10 @@
    FebsResponse startProfit(Long id);
    FebsResponse closeProfit(Long id);
    FebsResponse addFence(AdminLeaderAddFenceDto adminLeaderAddFenceDto);
    FebsResponse startOnline(Long id);
    FebsResponse closeOnline(Long id);
}