Helius
2020-08-06 543e484d6b4393ff3cf1539157b546f9dc4e154b
src/main/java/com/xcong/excoin/modules/platform/entity/PlatformTradeSettingEntity.java
@@ -60,4 +60,9 @@
     *盈亏难度系数
     */
    private BigDecimal profitParam;
    /**
     * 手续费系数
     */
    private BigDecimal feeSpreadRatio;
}