skyouc
9 天以前 c0abc40c3187ffdbde635a7df51c45fe8ed54741
rsf-server/src/main/java/com/vincent/rsf/server/manager/service/TaskService.java
@@ -24,4 +24,6 @@
    Task pickOrCheckTask(Long id, String oType) throws Exception;
    void complateInTask(List<Task> tasks) throws Exception;
    Task taskToTop(Long id) throws Exception;
}