zqy
2025-05-20 227402da809c41d33fe206f7a5e88a08e17c18f6
zhang-content/src/main/java/com/ruoyi/service/ZfCollectionDownloadService.java
@@ -1,3 +1,4 @@
package com.ruoyi.service;
import com.baomidou.mybatisplus.extension.service.IService;
@@ -7,7 +8,8 @@
public interface ZfCollectionDownloadService extends IService<ZfDownload> {
    AjaxResult addData(ZfDownload zfDownload);
    AjaxResult deleteData(Long[] ids);
    Boolean deleteData(Long[] ids);
    AjaxResult selectDoctorList(ZfDownload zfDownload, Integer pageNo , Integer pageSize);
}