feige
2025-03-03 872026f91c8312c9dcb3c5f827ecdef2743602f9
zhang-content/src/main/java/com/ruoyi/service/ZHonorDownloadService.java
@@ -7,7 +7,7 @@
public interface ZHonorDownloadService extends IService<ZfDownload> {
    AjaxResult addData(ZfDownload zfDownload);
    AjaxResult deleteData(Long[] ids);
    Boolean deleteData(Long[] ids);
    AjaxResult selectDoctorList(ZfDownload zfDownload, Integer pageNo , Integer pageSize);
}