linwe
2024-08-09 8b7258c9427882bb1798f1502eaa35184c6e374e
src/main/java/org/springblade/modules/task/service/ITaskLabelReportingEventService.java
@@ -46,7 +46,7 @@
   Boolean saveReportingEven(TaskLabelReportingEventDTO taskLabelReportingEvent);
   Boolean updateLabelReporting(TaskLabelReportingEventVO taskLabelReportingEvent) throws Exception;
   Boolean updateLabelReporting(TaskLabelReportingEventVO taskLabelReportingEvent);
   /**
    * 查询打金店报事
@@ -76,4 +76,11 @@
    * @return
    */
    boolean removeTaskByIds(List<Long> toLongList);
   /**
    * 二手交易报事 自定义详情
    * @param taskLabelReportingEvent
    * @return
    */
   TaskLabelReportingEventVO getDetail(TaskLabelReportingEventVO taskLabelReportingEvent);
}