Interface WorkflowTaskBatchMapper

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

@Mapper public interface WorkflowTaskBatchMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<WorkflowTaskBatch>

工作流批次 Mapper 接口

Since:
2023-12-12
Author:
xiaowoniu
  • Method Summary

    Modifier and Type
    Method
    Description
    selectWorkflowBatchList(com.baomidou.mybatisplus.core.conditions.Wrapper<WorkflowTaskBatch> wrapper)
     
    selectWorkflowBatchPageList(com.baomidou.mybatisplus.extension.plugins.pagination.PageDTO<JobTaskBatch> pageDTO, com.baomidou.mybatisplus.core.conditions.Wrapper<WorkflowTaskBatch> wrapper)
     

    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