| | |
| | | |
| | | import javax.annotation.Resource; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 打金店报事 服务实现类 |
| | |
| | | } |
| | | return false; |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 查询打金店报事 |
| | | * |
| | | * @param id 打金店报事ID |
| | | * @return 打金店报事 |
| | | */ |
| | | @Override |
| | | public TaskLabelReportingEventDTO selectTaskLabelReportingEventById(Long id) { |
| | | return this.baseMapper.selectTaskLabelReportingEventById(id); |
| | | } |
| | | |
| | | /** |
| | | * 查询打金店报事列表 |
| | | * |
| | | * @param taskLabelReportingEventDTO 打金店报事 |
| | | * @return 打金店报事集合 |
| | | */ |
| | | @Override |
| | | public List<TaskLabelReportingEventDTO> selectTaskLabelReportingEventList(TaskLabelReportingEventDTO taskLabelReportingEventDTO) { |
| | | return this.baseMapper.selectTaskLabelReportingEventList(taskLabelReportingEventDTO); |
| | | } |
| | | |
| | | } |