From cc9d558c8cda42d53be7b4545d2f33db26edf777 Mon Sep 17 00:00:00 2001 From: gao <gaoleox@163> Date: Thu, 28 May 2020 16:46:18 +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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/coin/entity/PlatformTradeSettingEntity.java b/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformTradeSettingEntity.java similarity index 95% rename from src/main/java/com/xcong/excoin/modules/coin/entity/PlatformTradeSettingEntity.java rename to src/main/java/com/xcong/excoin/modules/platform/entity/PlatformTradeSettingEntity.java index 1eae490..cabac92 100644 --- a/src/main/java/com/xcong/excoin/modules/coin/entity/PlatformTradeSettingEntity.java +++ b/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformTradeSettingEntity.java @@ -1,4 +1,4 @@ -package com.xcong.excoin.modules.coin.entity; +package com.xcong.excoin.modules.platform.entity; import java.io.Serializable; import java.math.BigDecimal; -- Gitblit v1.9.1