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