mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-18 09:16:40 +08:00
14 lines
278 B
Java
14 lines
278 B
Java
package com.ruoyi.quartz.mapper;
|
|
|
|
import com.ruoyi.common.core.page.BaseMapperPlus;
|
|
import com.ruoyi.quartz.domain.SysJobLog;
|
|
|
|
/**
|
|
* 调度任务日志信息 数据层
|
|
*
|
|
* @author ruoyi
|
|
*/
|
|
public interface SysJobLogMapper extends BaseMapperPlus<SysJobLog> {
|
|
|
|
}
|