From 043736a7acef00a03fb15744406bfef555ad31eb Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期二, 19 七月 2022 15:27:05 +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