zhongrj
2023-12-28 14b436a7690bb206ef2a5ab3cc385ac337c64da4
src/main/java/org/springblade/modules/task/service/ITaskLabelReportingEventService.java
@@ -16,6 +16,7 @@
 */
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;
@@ -39,7 +40,7 @@
   IPage<TaskLabelReportingEventVO> selectTaskLabelReportingEventPage(IPage<TaskLabelReportingEventVO> page, TaskLabelReportingEventVO taskLabelReportingEvent);
    Boolean saveReportingEven(TaskLabelReportingEventEntity taskLabelReportingEvent);
    Boolean saveReportingEven(TaskLabelReportingEventDTO taskLabelReportingEvent);
   Boolean updateLabelReporting(TaskLabelReportingEventEntity taskLabelReportingEvent);
}