fix
Helius
2021-09-07 c9292dcf8ca7c4148d293c8c337f0ddb583f47bd
src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java
@@ -52,4 +52,6 @@
   public Result coinInList(@Valid CoinInListDto coinInListDto);
   public BigDecimal getAllWalletAmount(Long memberId);
}