From 4f95e1fddf7468af9bc7d5409f7e2b80d5325182 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Sun, 30 Aug 2020 18:38:54 +0800
Subject: [PATCH] 20200830
---
src/main/java/com/xcong/excoin/modules/helpCenter/service/HelpCenterService.java | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/xcong/excoin/modules/helpCenter/service/HelpCenterService.java b/src/main/java/com/xcong/excoin/modules/helpCenter/service/HelpCenterService.java
index 06f8f1c..e6f73f4 100644
--- a/src/main/java/com/xcong/excoin/modules/helpCenter/service/HelpCenterService.java
+++ b/src/main/java/com/xcong/excoin/modules/helpCenter/service/HelpCenterService.java
@@ -9,6 +9,7 @@
import com.xcong.excoin.common.entity.QueryRequest;
import com.xcong.excoin.modules.helpCenter.entity.HelpCenterArticleEntity;
import com.xcong.excoin.modules.helpCenter.entity.HelpCenterNoticeEntity;
+import com.xcong.excoin.modules.helpCenter.entity.HelpCenterTypeEntity;
public interface HelpCenterService extends IService<HelpCenterNoticeEntity> {
@@ -26,4 +27,10 @@
FebsResponse helpCenterUsConfirm(@Valid HelpCenterArticleEntity helpCenterArticleEntity);
+ IPage<HelpCenterTypeEntity> findHelpCenterTypeListInPage(HelpCenterTypeEntity helpCenterTypeEntity, QueryRequest request);
+
+ void helpCenterTypeAdds(@Valid HelpCenterTypeEntity helpCenterTypeEntity);
+
+ FebsResponse helpCenterTypeDelete(@NotNull(message = "{required}") Long id);
+
}
--
Gitblit v1.9.1