xiaoyong931011
2023-02-14 c17afb3a974a09b31d1a1aecb8fce31e67eab088
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);
}