From 626d711cb15896055c13fe344eb7fcc824589715 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期四, 19 十二月 2019 15:38:42 +0800 Subject: [PATCH] 帮助中心 --- fanli/src/main/java/com/yeshi/fanli/service/inter/help/HelpCenterService.java | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/help/HelpCenterService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/help/HelpCenterService.java index fca73a3..761eabb 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/help/HelpCenterService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/help/HelpCenterService.java @@ -72,7 +72,7 @@ * @return * @throws Exception */ - public String save(HelpCenter helpCenter, String content, String html) throws Exception; + public String save(HelpCenter helpCenter, String content, String html) throws HelpCenterException, Exception; /** @@ -112,5 +112,13 @@ public HelpInfo getHelpInfoCache(Long id) throws HelpCenterException; + /** + * 鐗堟湰璁剧疆 + * @param id + * @param versions + * @throws HelpCenterException + */ + public void setVersions(Long id, List<Long> versions) throws HelpCenterException; + } -- Gitblit v1.8.0