skyouc
2025-05-30 7e97f2a6bdce6997939db8882191665fd42ce2c5
rsf-server/src/main/java/com/vincent/rsf/server/manager/service/TaskService.java
@@ -26,4 +26,6 @@
    void complateInTask(List<Task> tasks) throws Exception;
    Task taskToTop(Long id) throws Exception;
    Task operateComplete(Long id);
}