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