| | |
| | | */ |
| | | package org.springblade.modules.task.service; |
| | | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springblade.core.mp.base.BaseService; |
| | | import org.springblade.modules.task.dto.TaskLabelReportingEventDTO; |
| | | import org.springblade.modules.task.entity.TaskLabelReportingEventEntity; |
| | | import org.springblade.modules.task.vo.TaskLabelReportingEventVO; |
| | | import org.springblade.core.mp.base.BaseService; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | |
| | | /** |
| | | * 打金店报事 服务类 |
| | |
| | | IPage<TaskLabelReportingEventVO> selectTaskLabelReportingEventPage(IPage<TaskLabelReportingEventVO> page, TaskLabelReportingEventVO taskLabelReportingEvent); |
| | | |
| | | |
| | | Boolean saveReportingEven(TaskLabelReportingEventDTO taskLabelReportingEvent); |
| | | Boolean saveReportingEven(TaskLabelReportingEventDTO taskLabelReportingEvent); |
| | | |
| | | Boolean updateLabelReporting(TaskLabelReportingEventEntity taskLabelReportingEvent); |
| | | Boolean updateLabelReporting(TaskLabelReportingEventEntity taskLabelReportingEvent) throws Exception; |
| | | } |