From 9c6150c879432b21816618a256c166dc3801b1a2 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期二, 19 七月 2022 14:11:44 +0800 Subject: [PATCH] 群公告 导入导出 --- src/main/java/com/example/jz/service/ReportService.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/example/jz/service/ReportService.java b/src/main/java/com/example/jz/service/ReportService.java index 95cfc6c..33e0b6f 100644 --- a/src/main/java/com/example/jz/service/ReportService.java +++ b/src/main/java/com/example/jz/service/ReportService.java @@ -6,6 +6,7 @@ import com.example.jz.modle.entity.Report; import com.example.jz.modle.vo.ReportListVo; +import javax.servlet.http.HttpServletResponse; import java.io.Serializable; /** @@ -20,6 +21,8 @@ void leaveGroup(Integer id, Integer groupId); + void exportReporter(Integer id, HttpServletResponse response); + Page<ReportListVo> getPage(Page<ReportListVo> page, ReportParamDto reportParamDto); ReportListVo getReportListVoById(Serializable id); -- Gitblit v1.8.0