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