skyouc
2 天以前 03dbce0ba849005d060af569ffe3a58c0a1e0e45
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 pickOrCheckTask(Long id, String oType) throws Exception;
    void complateInTask(List<Task> tasks) throws Exception;
}