@@ -119,4 +119,9 @@ public class ReportService extends ServiceImpl<ReportMapper, Report> {
return reports;
}
+ public String reportDele(int id) throws IOException{
+ this.removeById(id);
+ return Response.success();
+ }
+