fix
Helius
2021-11-04 e18c5b4d84b5970d973208dae347ac5fd937b66f
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;
   /**
    * 手续费
    */
@@ -55,5 +63,10 @@
    * 是否内部转账 Y-是N-不是
    */
   private String isInside;
   private String inviteId;
   private int accountType;
   private String insidePhone;
}