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