| | |
| | | import com.baomidou.mybatisplus.extension.service.IService;
|
| | | import com.xcong.excoin.common.response.Result;
|
| | | import com.xcong.excoin.modules.coin.parameter.dto.RecordsPageDto;
|
| | | import com.xcong.excoin.modules.coin.parameter.dto.ZhiyaRewardRecordsPageDto;
|
| | | import com.xcong.excoin.modules.member.entity.MemberWalletCoinEntity;
|
| | | import org.apache.ibatis.annotations.Param;
|
| | |
|
| | |
| | | Result getZhiyaRecords(RecordsPageDto recordsPageDto);
|
| | |
|
| | | Result getusdtToGusdRecords(RecordsPageDto recordsPageDto);
|
| | |
|
| | | void grantZhiyaAmount();
|
| | |
|
| | | Result getZhiyaReward(ZhiyaRewardRecordsPageDto recordsPageDto);
|
| | | }
|