From f6f20935faf69964bced9f9a0a5214888c7f1ec7 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 23 Nov 2020 14:50:18 +0800 Subject: [PATCH] 20201123 --- src/main/java/com/xcong/excoin/modules/login/entity/WtWallet.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/xcong/excoin/common/system/entity/WtWallet.java b/src/main/java/com/xcong/excoin/modules/login/entity/WtWallet.java similarity index 93% rename from src/main/java/com/xcong/excoin/common/system/entity/WtWallet.java rename to src/main/java/com/xcong/excoin/modules/login/entity/WtWallet.java index c65990e..d08345a 100644 --- a/src/main/java/com/xcong/excoin/common/system/entity/WtWallet.java +++ b/src/main/java/com/xcong/excoin/modules/login/entity/WtWallet.java @@ -1,4 +1,4 @@ -package com.xcong.excoin.common.system.entity; +package com.xcong.excoin.modules.login.entity; import java.util.List; -- Gitblit v1.9.1