src/main/java/com/xcong/excoin/modules/member/vo/MemberCoinWithdrawVo.java
@@ -21,6 +21,10 @@ */ private String phone; /** * 真实姓名 */ private String realName; /** * 邮箱 */ private String email; @@ -36,6 +40,10 @@ * 提币数量 */ private BigDecimal amount; /** * 到账金额 */ private BigDecimal realAmount; /** * 手续费 */ @@ -58,4 +66,7 @@ private String inviteId; private int accountType; private String insidePhone; }