Helius
2022-05-10 80163ed89afd4d656b168070ced82d4f0cab0c7e
src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java
@@ -6,6 +6,7 @@
import com.baomidou.mybatisplus.extension.service.IService;
import com.xcong.excoin.common.response.Result;
import com.xcong.excoin.modules.coin.parameter.dto.CoinInListDto;
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;
@@ -58,4 +59,6 @@
   void grantZhiyaAmount();
   Result getZhiyaReward(ZhiyaRewardRecordsPageDto recordsPageDto);
   Result coinInList(CoinInListDto coinInListDto);
}