zqy
2024-08-05 5be62132d4654e16be0bcc7c1ab1304a307ada5c
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);