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