| | |
| | | package com.ruoyi.quartz.service; |
| | | |
| | | import com.ruoyi.common.core.mybatisplus.core.IServicePlus; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.common.core.page.TableDataInfo; |
| | | import com.ruoyi.quartz.domain.SysJobLog; |
| | | |
| | |
| | | /** |
| | | * 定时任务调度日志信息信息 服务层 |
| | | * |
| | | * @deprecated 3.5.0删除 迁移至xxl-job |
| | | * @author ruoyi |
| | | */ |
| | | public interface ISysJobLogService extends IServicePlus<SysJobLog> { |
| | | public interface ISysJobLogService extends IService<SysJobLog> { |
| | | |
| | | |
| | | TableDataInfo<SysJobLog> selectPageJobLogList(SysJobLog jobLog); |