From 12f731ddaedf03277d62379fbb2ca12a8e9e45fe Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 26 May 2020 17:09:01 +0800 Subject: [PATCH] 20200526 代码提交 --- src/main/java/com/xcong/excoin/modules/platform/service/PlatformPaymentMethodService.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/platform/service/PlatformPaymentMethodService.java b/src/main/java/com/xcong/excoin/modules/platform/service/PlatformPaymentMethodService.java index 411b66f..81b8d13 100644 --- a/src/main/java/com/xcong/excoin/modules/platform/service/PlatformPaymentMethodService.java +++ b/src/main/java/com/xcong/excoin/modules/platform/service/PlatformPaymentMethodService.java @@ -4,9 +4,9 @@ import com.baomidou.mybatisplus.extension.service.IService; import com.xcong.excoin.common.response.Result; -import com.xcong.excoin.modules.platform.entity.PlatformCnyUsdtExchangeEntity; +import com.xcong.excoin.modules.platform.entity.PlatformPaymentMethodEntity; -public interface PlatformPaymentMethodService extends IService<PlatformCnyUsdtExchangeEntity> { +public interface PlatformPaymentMethodService extends IService<PlatformPaymentMethodEntity> { public Result findUsdtCnyExchange(@RequestParam("type") String type); -- Gitblit v1.9.1