skyouc
4 天以前 7925e2cfcdcb39e9ac6793edd5362bbe369def5c
rsf-server/src/main/java/com/vincent/rsf/server/manager/service/TaskService.java
@@ -21,5 +21,7 @@
    R removeTask(Long[] ids);
    R pickTask(Long id) throws Exception;
    Task pickTask(Long id) throws Exception;
    void complateInTask(List<Task> tasks) throws Exception;
}