Helius
2022-03-02 643f0aff6828aa659b4f039c9c75302ac823c83b
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);
}