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