From 46f6f884bad7294ea8ece4e01796365bb59beb8b Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 09 Jun 2020 10:34:15 +0800
Subject: [PATCH] 20200609 代码提交
---
src/main/java/com/xcong/excoin/modules/platform/entity/PlatformTradeSettingEntity.java | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformTradeSettingEntity.java b/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformTradeSettingEntity.java
index cabac92..6b5924f 100644
--- a/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformTradeSettingEntity.java
+++ b/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformTradeSettingEntity.java
@@ -40,6 +40,10 @@
*/
private BigDecimal feeRatio;
/**
+ * 币币手续费率
+ */
+ private BigDecimal coinFeeRatio;
+ /**
* 代理返佣比例
*/
private BigDecimal agentReturnRatio;
--
Gitblit v1.9.1