zjj
5 天以前 f2e83368a78e7a1ec17bded1677bb1d7efb5a962
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);
}