zqy
2025-09-16 478c80cbf75e123ea0ad279e770f35b2debee151
zhang-content/src/main/java/com/ruoyi/service/TravelDetailDownlService.java
@@ -8,7 +8,7 @@
public interface TravelDetailDownlService extends IService<ZfDownload> {
    AjaxResult addData(ZfDownload zfDownload);
    AjaxResult deleteData(Long[] ids);
    Boolean deleteData(Long[] ids);
    AjaxResult selectDoctorList(ZfDownload zfDownload, Integer pageNo , Integer pageSize);