| | |
| | | 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; |
| | |
| | | FebsResponse startProfit(Long id); |
| | | |
| | | FebsResponse closeProfit(Long id); |
| | | |
| | | FebsResponse addFence(AdminLeaderAddFenceDto adminLeaderAddFenceDto); |
| | | |
| | | FebsResponse startOnline(Long id); |
| | | |
| | | FebsResponse closeOnline(Long id); |
| | | } |