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/PlatformLeverageSettingEntity.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/coin/entity/PlatformLeverageSettingEntity.java b/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformLeverageSettingEntity.java
similarity index 93%
rename from src/main/java/com/xcong/excoin/modules/coin/entity/PlatformLeverageSettingEntity.java
rename to src/main/java/com/xcong/excoin/modules/platform/entity/PlatformLeverageSettingEntity.java
index ac907da..8d72d42 100644
--- a/src/main/java/com/xcong/excoin/modules/coin/entity/PlatformLeverageSettingEntity.java
+++ b/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformLeverageSettingEntity.java
@@ -1,4 +1,4 @@
-package com.xcong.excoin.modules.coin.entity;
+package com.xcong.excoin.modules.platform.entity;
 
 import java.io.Serializable;
 

--
Gitblit v1.9.1