com.github.rexsheng.springboot.faster.system.mapper.JobTriggerMapper 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.JobTrigger;
/**
* 定时任务调度配置表 映射层。
*
* @author sheng
* @since 2024-06-02
*/
@Mapper
public interface JobTriggerMapper extends BaseMapper {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy