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