| | |
| | | */ |
| | | package org.springblade.modules.task.mapper; |
| | | |
| | | import org.springblade.modules.task.entity.TaskBailReportingEventEntity; |
| | | import org.springblade.modules.task.vo.TaskBailReportingEventVO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import io.lettuce.core.dynamic.annotation.Param; |
| | | import org.springblade.modules.task.entity.TaskBailReportingEventEntity; |
| | | import org.springblade.modules.task.vo.TaskBailReportingEventVO; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | * @param taskBailReportingEvent |
| | | * @return |
| | | */ |
| | | List<TaskBailReportingEventVO> selectTaskBailReportingEventPage(IPage page, TaskBailReportingEventVO taskBailReportingEvent); |
| | | List<TaskBailReportingEventVO> selectTaskBailReportingEventPage(IPage page, @Param("vo") TaskBailReportingEventVO taskBailReportingEvent); |
| | | |
| | | |
| | | } |