skyouc
8 天以前 10dbf9aae07dcd7c569521613b072088abae1c2e
rsf-server/src/main/java/com/vincent/rsf/server/manager/service/TaskService.java
@@ -19,4 +19,9 @@
//    R completeTask(String id);
     void completeTask(List<Task> task) throws Exception;
    R removeTask(Long[] ids);
    Task pickTask(Long id) throws Exception;
    void complateInTask(List<Task> tasks) throws Exception;
}