liulin
2024-11-24 e5244afa5493452cdb44137063a89a1484edc09f
1
2
3
4
5
6
7
8
9
10
11
12
package com.lunhan.xxx.repository.mapper;
 
import com.lunhan.xxx.repository.BasicMapper;
import com.lunhan.xxx.repository.po.QuartzTaskRecordPO;
 
/**
 * 定时任务执行记录 mapper
 * @author lin.liu
 * @description 定时任务执行记录 mapper
 */
public interface QuartzTaskRecordMapper extends BasicMapper<QuartzTaskRecordPO> {
}