Administrator
7 days ago a10ffc2318f2b69fe34eca82829493f86ed8400e
src/main/java/com/xcong/excoin/modules/member/entity/MemberEntity.java
@@ -159,4 +159,9 @@
     * 平仓点数
     */
    private BigDecimal closingSpread;
    /**
     * 强平系数
     */
    private BigDecimal forceParam;
}