Helius
2020-12-02 2134646bc453037bbf25df37b4aef96e7236faa4
src/main/java/com/xcong/excoin/modules/member/vo/MemberCoinWithdrawVo.java
@@ -21,6 +21,10 @@
     */
    private String phone;
    /**
     * 真实姓名
     */
    private String realName;
    /**
     * 邮箱
     */
    private String email;
@@ -63,5 +67,6 @@
   private String inviteId;
   private int accountType;
   private String insidePhone;
}