skyouc
8 天以前 c5e50d7aefa40b95d2c474c178de8a20950247b9
rsf-server/src/main/java/com/vincent/rsf/server/manager/service/TaskService.java
@@ -21,5 +21,7 @@
    R removeTask(Long[] ids);
    R pickTask(Long id) throws Exception;
    Task pickOrCheckTask(Long id, String oType) throws Exception;
    void complateInTask(List<Task> tasks) throws Exception;
}