From 06ccd882e48b982cf29dfd3ff17066d261403324 Mon Sep 17 00:00:00 2001
From: gao <gaoleox@163>
Date: Thu, 28 May 2020 16:51:53 +0800
Subject: [PATCH] 移除重复的会员收款方式类

---
 src/main/java/com/xcong/excoin/modules/home/service/impl/MemberQuickBuySaleServiceImpl.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/home/service/impl/MemberQuickBuySaleServiceImpl.java b/src/main/java/com/xcong/excoin/modules/home/service/impl/MemberQuickBuySaleServiceImpl.java
index 7dbddec..401e7ac 100644
--- a/src/main/java/com/xcong/excoin/modules/home/service/impl/MemberQuickBuySaleServiceImpl.java
+++ b/src/main/java/com/xcong/excoin/modules/home/service/impl/MemberQuickBuySaleServiceImpl.java
@@ -15,19 +15,19 @@
 import com.xcong.excoin.common.LoginUserUtils;
 import com.xcong.excoin.common.enumerates.CoinTypeEnum;
 import com.xcong.excoin.common.response.Result;
-import com.xcong.excoin.modules.home.dao.MemberPaymentMethodDao;
 import com.xcong.excoin.modules.home.dao.MemberQuickBuySaleDao;
 import com.xcong.excoin.modules.home.dto.MemberQuickBuySaleCommitDto;
 import com.xcong.excoin.modules.home.dto.MemberQuickBuySaleDto;
-import com.xcong.excoin.modules.home.entity.MemberPaymentMethodEntity;
 import com.xcong.excoin.modules.home.entity.MemberQuickBuySaleEntity;
 import com.xcong.excoin.modules.home.mapper.MemberQuickBuySaleEntityMapper;
 import com.xcong.excoin.modules.home.service.MemberQuickBuySaleService;
 import com.xcong.excoin.modules.home.vo.MemberQuickBuySaleDetailVo;
 import com.xcong.excoin.modules.home.vo.MemberQuickBuySaleVo;
 import com.xcong.excoin.modules.member.dao.MemberDao;
+import com.xcong.excoin.modules.member.dao.MemberPaymentMethodDao;
 import com.xcong.excoin.modules.member.dao.MemberWalletCoinDao;
 import com.xcong.excoin.modules.member.entity.MemberEntity;
+import com.xcong.excoin.modules.member.entity.MemberPaymentMethodEntity;
 import com.xcong.excoin.modules.member.entity.MemberWalletCoinEntity;
 import com.xcong.excoin.modules.platform.dao.PlatformPaymentMethodDao;
 import com.xcong.excoin.modules.platform.entity.PlatformPaymentMethodEntity;

--
Gitblit v1.9.1