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/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