fix
Helius
2022-03-18 1794a91e44fdd0624aea450ccb2c9efcfc9f3c95
src/main/java/com/xcong/excoin/modules/coin/service/ZhiyaService.java
@@ -5,6 +5,7 @@
import com.xcong.excoin.modules.coin.entity.ZhiYaEntity;
import com.xcong.excoin.modules.coin.parameter.dto.RecordsPageDto;
import com.xcong.excoin.modules.coin.parameter.dto.ZhiyaRewardRecordsPageDto;
import com.xcong.excoin.modules.coin.parameter.dto.ZhiyaRewardRecordsTypePageDto;
import java.math.BigDecimal;
@@ -25,4 +26,6 @@
    void grantZhiyaAmount();
    Result getZhiyaReward(ZhiyaRewardRecordsPageDto recordsPageDto);
    Result getZhiyaRewardTypeTo(ZhiyaRewardRecordsTypePageDto recordsPageDto);
}