From 04ed450c97c35937f9d2ac52ffad48287f0a58b9 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 02 Mar 2021 15:04:54 +0800
Subject: [PATCH] 20210321  后台数据查询修改

---
 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