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