zqy
2025-01-14 d93b232662d6d90f858996769a7d89ff0b4cf88c
zhang-content/src/main/java/com/ruoyi/service/ZfEquipDownloadService.java
@@ -8,7 +8,7 @@
public interface ZfEquipDownloadService extends IService<ZfDownload> {
    AjaxResult addData(ZfDownload zfDownload);
    AjaxResult deleteData(Long[] ids);
    Boolean deleteData(Long[] ids);
    AjaxResult selectDoctorList(ZfDownload zfDownload, Integer pageNo , Integer pageSize);