xiaoyong931011
2021-03-05 3b58a59878ffa2e0604d5e78285430749418900c
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;
}