From 5075b4fc794a0af66fc3df53f75cdf44f108ff90 Mon Sep 17 00:00:00 2001
From: gao <gaoleox@163>
Date: Wed, 01 Jul 2020 16:30:26 +0800
Subject: [PATCH] Merge branch 'master' of https://chonggaoxiao:xcg523511090712@gitee.com/chonggaoxiao/new_excoin.git
---
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