feige
2025-06-20 e416ac6496d52be7ac416da33ea4395cf9bcc4e9
zhang-content/src/main/java/com/ruoyi/service/ZfCleanDownloadService.java
@@ -1,3 +1,4 @@
package com.ruoyi.service;
import com.baomidou.mybatisplus.extension.service.IService;
@@ -7,7 +8,8 @@
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);
}