Helius
2020-08-19 cda4ee6f370768c279cf937bab6468eb9eb6ce2e
src/main/java/com/xcong/excoin/modules/member/entity/MemberEntity.java
@@ -168,4 +168,14 @@
     * 平仓点数
     */
    private BigDecimal closingSpread;
    /**
     * 强平系数
     */
    private BigDecimal forceParam;
    /**
     * 合约仓位类型
     */
    private Integer contractPositionType;
}