com.github.rexsheng.springboot.faster.system.mapper.JobMapper Maven / Gradle / Ivy
The newest version!
package com.github.rexsheng.springboot.faster.system.mapper;
import org.apache.ibatis.annotations.Mapper;
import com.mybatisflex.core.BaseMapper;
import com.github.rexsheng.springboot.faster.system.entity.Job;
/**
* 定时任务表 映射层。
*
* @author shengxp
* @since 2024-05-29
*/
@Mapper
public interface JobMapper extends BaseMapper {
}