Helius
2021-01-29 85e7a8b06e921c81b0ed17ec8f181cfb16e298fb
src/main/java/com/xcong/excoin/modules/platform/entity/PlatformTradeSettingEntity.java
@@ -65,4 +65,9 @@
     * 手续费系数
     */
    private BigDecimal feeSpreadRatio;
    /**
     * 维持保证金率
     */
    private BigDecimal holdBondRatio;
}