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