| | |
| | |
|
| | | import org.springframework.web.multipart.MultipartFile;
|
| | |
|
| | | import com.yeshi.fanli.entity.admin.InviteGetMoney;
|
| | | import com.yeshi.fanli.dto.money.InviteGetMoney;
|
| | | import com.yeshi.fanli.entity.bus.user.UserRankings;
|
| | | import com.yeshi.fanli.exception.UserRankingsException;
|
| | | import com.yeshi.fanli.exception.user.UserRankingsException;
|
| | |
|
| | | public interface UserRankingsService {
|
| | |
|
| | |
| | | * @return
|
| | | * @throws UserRankingsException
|
| | | */
|
| | | public List<UserRankings> query(long start, int count, String key, Integer tradeState, Integer shareState, Integer sort) throws UserRankingsException;
|
| | | public List<UserRankings> query(long start, int count, String key, Integer tradeState, Integer shareState, Integer sort) ;
|
| | |
|
| | | public long queryCount(String key, Integer tradeState, Integer shareState) throws UserRankingsException;
|
| | |
|
| | |
| | | */
|
| | | public void updateClearTradeState() throws UserRankingsException;
|
| | |
|
| | | |
| | | public List<UserRankings> getRankList(long start, int count);
|
| | |
|
| | | |
| | | /**
|
| | | * 清空金额
|
| | | */
|
| | | public void clearShareReward();
|
| | |
|
| | |
|
| | | }
|