From be56dcfa574c8c26b70c7be939bf563bbeef3ad8 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 25 May 2021 14:42:48 +0800 Subject: [PATCH] 20210525 申诉 --- src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java b/src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java index 7722fdf..3e02b27 100644 --- a/src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java +++ b/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); + } -- Gitblit v1.9.1