feige
2025-06-20 e416ac6496d52be7ac416da33ea4395cf9bcc4e9
zhang-content/src/main/java/com/ruoyi/service/ZfCollectionDownloadService.java
@@ -8,7 +8,7 @@
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);