From 7861e27efc998c3410e9d0ee20fc9e7f9a0780f5 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 16 Jul 2020 21:53:06 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/chonggaoxiao/new_excoin_agent --- src/main/java/com/xcong/excoin/modules/contract/service/ICoinService.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/contract/service/ICoinService.java b/src/main/java/com/xcong/excoin/modules/contract/service/ICoinService.java index 3d394f5..ef48efd 100644 --- a/src/main/java/com/xcong/excoin/modules/contract/service/ICoinService.java +++ b/src/main/java/com/xcong/excoin/modules/contract/service/ICoinService.java @@ -4,7 +4,12 @@ import com.xcong.excoin.common.entity.QueryRequest; import com.xcong.excoin.modules.contract.vo.CoinVo; +/** + * @author helius + */ public interface ICoinService { IPage<CoinVo> findBuyList(CoinVo coinVo, QueryRequest request); + + IPage<CoinVo> findSaleList(CoinVo coinVo, QueryRequest request); } -- Gitblit v1.9.1