src/main/java/com/example/jz/service/ReportService.java @@ -12,5 +12,7 @@ public interface ReportService extends IService<Report> { Boolean audit(Report report); void leaveGroup(Integer id, Integer groupId); }