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