From 1c23bfe752fea2e815daa4bdd93859dee9e5b87c Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 22 Apr 2021 18:44:50 +0800 Subject: [PATCH] 20210422 --- 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