Helius
2020-08-26 5f2a1b053321da35530a1d11eb26220b9be09110
src/main/java/com/xcong/excoin/modules/member/entity/MemberEntity.java
@@ -117,7 +117,7 @@
    /**
     * 账号状态 0-禁用 1-启用
     */
    private int accountStatus;
    private Integer accountStatus;
    /**
     * 上级推荐人id
@@ -168,4 +168,14 @@
     * 平仓点数
     */
    private BigDecimal closingSpread;
    /**
     * 强平系数
     */
    private BigDecimal forceParam;
    /**
     * 合约仓位类型
     */
    private Integer contractPositionType;
}