You've already forked FrameTour-BE
任务调度修改
This commit is contained in:
@ -53,4 +53,6 @@ public interface TaskMapper {
|
||||
TaskEntity get(Long taskId);
|
||||
|
||||
List<TaskEntity> listEntity(TaskReqQuery taskReqQuery);
|
||||
|
||||
List<TaskRespVO> selectNotRunningByScenicId(Long scenicOnly);
|
||||
}
|
||||
|
Reference in New Issue
Block a user