src/main/java/com/xcong/excoin/modules/member/entity/MemberEntity.java
@@ -71,6 +71,12 @@ public static final int IS_PROFIT_N = 0; /** * 是否是商户1是2否 */ public static final int ISTRADER_Y = 1; public static final int ISTRADER_N = 2; /** * 手机号(包含国际手机号) */ private String phone; @@ -143,7 +149,6 @@ /** * 是否是交易员1是2否 */ @TableField(exist = false) private Integer isTrader; /** @@ -184,4 +189,8 @@ */ @TableField(exist = false) private String isTest; @TableField(exist = false) private String usdtBalance; @TableField(exist = false) private String rocBalance; }