zjj
2025-05-30 9f05f812058b63e81b4567e730ee1ec2f9e551e4
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, Long loginUserId) throws Exception;
    Task operateComplete(Long id, Long loginUserId);
}