feat(web): 增加调度时间点展示

This commit is contained in:
2024-01-15 15:45:17 +08:00
parent 26e65f2a81
commit 2b829519d1
6 changed files with 242 additions and 168 deletions

View File

@@ -15,6 +15,9 @@ public interface ScheduleService {
@Get("/schedule_jobs")
ImmutableList<ScheduleStrategy> scheduleJobs();
@Get("/schedule_times")
ImmutableList<Long> scheduleJobTimes();
@Get("/all")
void scheduleAllTable();