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 { }