fix
Helius
2023-11-28 d17c81c97145eeae7e599f4e7e4de01955c4fad9
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);
}