| | |
| | | */ |
| | | package org.springblade.modules.task.service; |
| | | |
| | | 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; |
| | |
| | | IPage<TaskLabelReportingEventVO> selectTaskLabelReportingEventPage(IPage<TaskLabelReportingEventVO> page, TaskLabelReportingEventVO taskLabelReportingEvent); |
| | | |
| | | |
| | | Boolean saveReportingEven(TaskLabelReportingEventEntity taskLabelReportingEvent); |
| | | Boolean saveReportingEven(TaskLabelReportingEventDTO taskLabelReportingEvent); |
| | | |
| | | Boolean updateLabelReporting(TaskLabelReportingEventEntity taskLabelReportingEvent); |
| | | } |