From aedf1a2e260c87a6293443e538ca8651258ee73e Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 26 Jan 2021 15:48:05 +0800
Subject: [PATCH] 20210126
---
src/main/java/com/xcong/excoin/modules/documentary/service/DocumentaryService.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/xcong/excoin/modules/documentary/service/DocumentaryService.java b/src/main/java/com/xcong/excoin/modules/documentary/service/DocumentaryService.java
index b7bb220..68d40a2 100644
--- a/src/main/java/com/xcong/excoin/modules/documentary/service/DocumentaryService.java
+++ b/src/main/java/com/xcong/excoin/modules/documentary/service/DocumentaryService.java
@@ -9,6 +9,7 @@
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.modules.documentary.dto.FollowTraderInfoDto;
import com.xcong.excoin.modules.documentary.entity.FollowTraderInfoEntity;
+import com.xcong.excoin.modules.documentary.entity.FollowTraderLabelEntity;
public interface DocumentaryService extends IService<FollowTraderInfoEntity> {
@@ -22,4 +23,12 @@
FebsResponse traderGetFull(@NotNull(message = "{required}") Long id);
+ IPage<FollowTraderLabelEntity> traderLabelList(FollowTraderLabelEntity followTraderLabelEntity, QueryRequest request);
+
+ FebsResponse traderLabelDelete(@NotNull(message = "{required}") Long id);
+
+ void followLabelSetAdd(@Valid FollowTraderLabelEntity followTraderLabelEntity);
+
+ void followLabelSetUpdate(@Valid FollowTraderLabelEntity followTraderLabelEntity);
+
}
--
Gitblit v1.9.1