#
zjj
2025-05-23 0a961cda12ec39dc0e33fc9148f902a7bed7bd76
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);
    Task pickTask(Long id) throws Exception;
    void complateInTask(List<Task> tasks) throws Exception;
}