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