Helius
2020-10-14 384cdef5a4e517bb4686b4e1e454f9fc3c914c14
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,5 @@
   private String inviteId;
   private int accountType;
}