zhang-content/src/main/java/com/ruoyi/service/TravelCountDownlService.java
File was renamed from zhang-content/src/main/java/com/ruoyi/service/TravelDownlService.java @@ -6,7 +6,7 @@ import com.ruoyi.domain.ZfDownload; import com.ruoyi.domain.ZfShare; public interface TravelDownlService extends IService<ZfDownload> { public interface TravelCountDownlService extends IService<ZfDownload> { AjaxResult addData(ZfDownload zfDownload); AjaxResult deleteData(Long[] ids);