From 0290652dcced4d31540555abd7adf6e30cdbe29e Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 28 May 2020 14:52:38 +0800 Subject: [PATCH] 20200528 代码提交 --- 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