update 标记过期 推荐迁移至新框架 xxl-job

This commit is contained in:
疯狂的狮子li
2021-10-15 11:31:26 +08:00
parent 1419700c43
commit 6684812014
22 changed files with 31 additions and 9 deletions

View File

@ -6,6 +6,7 @@ import com.ruoyi.quartz.domain.SysJob;
/**
* 调度任务信息 数据层
*
* @deprecated 3.5.0删除 迁移至xxl-job
* @author ruoyi
*/
public interface SysJobMapper extends BaseMapperPlus<SysJob> {