| | |
| | | package org.springblade.modules.task.mapper; |
| | | |
| | | import io.lettuce.core.dynamic.annotation.Param; |
| | | import org.springblade.modules.task.dto.TaskLabelReportingEventDTO; |
| | | import org.springblade.modules.task.entity.TaskLabelReportingEventEntity; |
| | | import org.springblade.modules.task.vo.TaskLabelReportingEventVO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | |
| | | List<TaskLabelReportingEventVO> selectTaskLabelReportingEventPage(IPage page,TaskLabelReportingEventVO taskLabelReportingEvent); |
| | | |
| | | |
| | | |
| | | /** |
| | | * 查询打金店报事 |
| | | * |
| | | * @param id 打金店报事ID |
| | | * @return 打金店报事 |
| | | */ |
| | | public TaskLabelReportingEventDTO selectTaskLabelReportingEventById(Long id); |
| | | |
| | | /** |
| | | * 查询打金店报事列表 |
| | | * |
| | | * @param taskLabelReportingEventDTO 打金店报事 |
| | | * @return 打金店报事集合 |
| | | */ |
| | | public List<TaskLabelReportingEventDTO> selectTaskLabelReportingEventList(TaskLabelReportingEventDTO taskLabelReportingEventDTO); |
| | | } |