src/main/java/com/xcong/excoin/modules/member/entity/MemberEntity.java
@@ -149,6 +149,15 @@ * 是否是交易员1是2否 */ private Integer isTrader; public static final int ISTRADER_Y = 1; public static final int ISTRADER_N = 2; /** * 是否可平仓 1:否 0:是 */ private Integer pcState; public static final int PCSTATE_Y = 0; public static final int PCSTATE_N = 1; /** * 是否设置预估强平价系数 0-否1-是 @@ -157,6 +166,8 @@ @TableField(exist = false) private String account; @TableField(exist = false) private String accounts; @TableField(exist = false) private String firstName;