skyouc
2025-05-28 148a7afdeb8f40157f9823636bad4674945bce4d
rsf-server/src/main/java/com/vincent/rsf/server/manager/service/TaskService.java
@@ -21,7 +21,7 @@
    R removeTask(Long[] ids);
    Task pickTask(Long id) throws Exception;
    Task pickOrCheckTask(Long id, String oType) throws Exception;
    void complateInTask(List<Task> tasks) throws Exception;
}