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

@Mapper public interface WorkflowMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<Workflow>

工作流 Mapper 接口

Since:
2023-12-12, : 2.6.0
Author:
xiaowoniu
  • 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<Workflow> list)