liulin
2024-11-24 af410d1cde67d4656c9922ff4d846cac0740e3b2
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> {
}