From 45fabd093859c6cc2fc275a68787af31ff913f73 Mon Sep 17 00:00:00 2001 From: gao <gaoleox@163> Date: Tue, 26 May 2020 15:17:49 +0800 Subject: [PATCH] 平台收款方式 --- 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