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