rsf-server/src/main/java/com/vincent/rsf/server/manager/service/TaskService.java @@ -26,4 +26,6 @@ void complateInTask(List<Task> tasks) throws Exception; Task taskToTop(Long id) throws Exception; Task operateComplete(Long id); }