zqy
2024-11-10 3f34c5afe8e610109dfdfb7d0ca3323332d36e88
zhang-content/src/main/java/com/ruoyi/service/ZSelfNoteDownloadService.java
@@ -7,7 +7,7 @@
public interface ZSelfNoteDownloadService extends IService<ZfDownload> {
    AjaxResult addData(ZfDownload zfDownload);
    AjaxResult deleteData(Long[] ids);
    Boolean deleteData(Long[] ids);
    AjaxResult selectDoctorList(ZfDownload zfDownload, Integer pageNo , Integer pageSize);
}