xiaoyong931011
2021-07-05 cf200a1f92c01ba22c326c49391f748ffb006910
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,6 @@
   
   private String inviteId;
   private int accountType;
}