src/main/java/com/example/jz/service/ReportService.java
@@ -6,6 +6,7 @@ import com.example.jz.modle.dto.ReportParamDto; import com.example.jz.modle.entity.Report; import com.example.jz.modle.vo.ReportListVo; import com.example.jz.modle.vo.ReportVXVO; import org.springframework.web.multipart.MultipartFile; import javax.servlet.http.HttpServletResponse; @@ -45,5 +46,7 @@ void loadFileReport(MultipartFile multipartFile, Integer causeId); Boolean reject(Integer id, String reason); ReportVXVO getRejectReportById(Integer id); }