zqy
2025-01-10 f89ec4f39d08069d62c81062ca02a5507b24a622
zhang-content/src/main/java/com/ruoyi/service/ZfEquipDownloadService.java
@@ -1,3 +1,4 @@
package com.ruoyi.service;
import com.baomidou.mybatisplus.extension.service.IService;
@@ -7,7 +8,8 @@
public interface ZfEquipDownloadService extends IService<ZfDownload> {
    AjaxResult addData(ZfDownload zfDownload);
    AjaxResult deleteData(Long[] ids);
    Boolean deleteData(Long[] ids);
    AjaxResult selectDoctorList(ZfDownload zfDownload, Integer pageNo , Integer pageSize);
}