mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
add 增加增强Mapper 重写业务适配
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package com.ruoyi.quartz.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.ruoyi.common.core.page.BaseMapperPlus;
|
||||
import com.ruoyi.quartz.domain.SysJobLog;
|
||||
|
||||
/**
|
||||
@ -8,6 +8,6 @@ import com.ruoyi.quartz.domain.SysJobLog;
|
||||
*
|
||||
* @author ruoyi
|
||||
*/
|
||||
public interface SysJobLogMapper extends BaseMapper<SysJobLog> {
|
||||
public interface SysJobLogMapper extends BaseMapperPlus<SysJobLog> {
|
||||
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
package com.ruoyi.quartz.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.ruoyi.common.core.page.BaseMapperPlus;
|
||||
import com.ruoyi.quartz.domain.SysJob;
|
||||
|
||||
/**
|
||||
@ -8,6 +8,6 @@ import com.ruoyi.quartz.domain.SysJob;
|
||||
*
|
||||
* @author ruoyi
|
||||
*/
|
||||
public interface SysJobMapper extends BaseMapper<SysJob> {
|
||||
public interface SysJobMapper extends BaseMapperPlus<SysJob> {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user