skyouc
6 天以前 456f4f168f615b1d25fcc88f35efe1d7bf933302
rsf-server/src/main/java/com/vincent/rsf/server/manager/service/TaskService.java
@@ -20,4 +20,6 @@
     void completeTask(List<Task> task) throws Exception;
    R removeTask(Long[] ids);
    R pickTask(Long id) throws Exception;
}