zhongrj
2024-03-25 09001482e420ec864cddba02499d9fc0e94bc44c
src/main/java/org/springblade/modules/task/service/ITaskLabelReportingEventService.java
@@ -76,4 +76,11 @@
    * @return
    */
    boolean removeTaskByIds(List<Long> toLongList);
   /**
    * 二手交易报事 自定义详情
    * @param taskLabelReportingEvent
    * @return
    */
   TaskLabelReportingEventVO getDetail(TaskLabelReportingEventVO taskLabelReportingEvent);
}