liulin
2024-11-24 4d60e69105d0200aaa6a51b167b8e686c1dff0f6
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.QuartzTaskInfoPO;
 
/**
 * 定时任务信息 mapper
 * @author lin.liu
 * @description 定时任务信息 mapper
 */
public interface QuartzTaskInfoMapper extends BasicMapper<QuartzTaskInfoPO> {
}