zqy
2025-08-02 05771ca6a9d16ad4d74b326ce634d60171a15a06
zhang-content/src/main/java/com/ruoyi/service/ZSecretDownloadService.java
@@ -7,7 +7,7 @@
public interface ZSecretDownloadService extends IService<ZfDownload> {
    AjaxResult addData(ZfDownload zfDownload);
    AjaxResult deleteData(Long[] ids);
    Boolean deleteData(Long[] ids);
    AjaxResult selectDoctorList(ZfDownload zfDownload, Integer pageNo , Integer pageSize);
}