src/main/java/com/xcong/excoin/modules/member/entity/MemberEntity.java
@@ -117,7 +117,7 @@ /** * 账号状态 0-禁用 1-启用 */ private int accountStatus; private Integer accountStatus; /** * 上级推荐人id @@ -173,4 +173,23 @@ * 强平系数 */ private BigDecimal forceParam; /** * 合约仓位类型 */ private Integer contractPositionType; /** * 指纹解锁功能 1:是 0:否 */ private Integer fingerprintState; /** * 是否可平仓 1:否 0:是 */ private Integer pcState; public static final Integer PCSTATE_Y = 0; public static final Integer PCSTATE_N = 1; }