All Superinterfaces:
com.baomidou.mybatisplus.core.mapper.BaseMapper<Job>, com.baomidou.mybatisplus.core.mapper.Mapper<Job>

@Mapper public interface JobMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<Job>

任务信息 Mapper 接口

Since:
2023-09-24
Author:
opensnail
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from interface com.baomidou.mybatisplus.core.mapper.BaseMapper

    delete, deleteBatchIds, deleteById, deleteById, deleteByMap, exists, insert, selectBatchIds, selectBatchIds, selectById, selectByMap, selectByMap, selectCount, selectList, selectList, selectList, selectList, selectMaps, selectMaps, selectMaps, selectMaps, selectMapsPage, selectObjs, selectObjs, selectOne, selectOne, selectPage, update, update, updateById
  • Method Details

    • updateBatchNextTriggerAtById

      int updateBatchNextTriggerAtById(@Param("list") List<Job> list)