2 |
3 |
4 |
5 | {{ item.label }}
12 |
20 | {{ item.label }}
21 |
22 |
23 |
24 |
25 |
26 |
27 |
48 |
--------------------------------------------------------------------------------
/ruoyi-quartz/src/main/java/com/ruoyi/quartz/mapper/SysJobMapper.java:
--------------------------------------------------------------------------------
1 | package com.ruoyi.quartz.mapper;
2 |
3 | import java.util.List;
4 | import com.ruoyi.quartz.domain.SysJob;
5 |
6 | /**
7 | * 调度任务信息 数据层
8 | *
9 | * @author ruoyi
10 | */
11 | public interface SysJobMapper
12 | {
13 | /**
14 | * 查询调度任务日志集合
15 | *
16 | * @param job 调度信息
17 | * @return 操作日志集合
18 | */
19 | public List