src/main/java/com/example/jz/service/ReportService.java
@@ -5,6 +5,7 @@ import com.example.jz.modle.dto.AddReportDto; import com.example.jz.modle.dto.ReportParamDto; import com.example.jz.modle.entity.Report; import com.example.jz.modle.vo.NewCauseVo; import com.example.jz.modle.vo.ReportListVo; import com.example.jz.modle.vo.ReportVXVO; import org.springframework.web.multipart.MultipartFile; @@ -48,5 +49,7 @@ Boolean reject(Integer id, String reason); ReportVXVO getRejectReportById(Integer id); NewCauseVo rejectCauseList(Integer id); }