feige
2024-11-08 269ca5d872e49d2b4bfb5bc212374b8fc1ae817e
zhang-content/src/main/java/com/ruoyi/service/ZfDoctorDownloadService.java
@@ -8,7 +8,7 @@
public interface ZfDoctorDownloadService extends IService<ZfDownload> {
    AjaxResult addData(ZfDownload zfDownload);
    AjaxResult deleteData(Long[] ids);
    Boolean deleteData(Long[] ids);
    AjaxResult selectDoctorList(ZfDownload zfDownload, Integer pageNo , Integer pageSize);