zqy
2025-10-14 4502f650f4816e55b5c7bf751ffce3aa0dce72dd
zhang-content/src/main/java/com/ruoyi/service/ZfPetDownlService.java
@@ -1,2 +1,15 @@
package com.ruoyi.service;public interface ZfPetDownlService {
package com.ruoyi.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.domain.ZfDownload;
public interface ZfPetDownlService extends IService<ZfDownload> {
    AjaxResult addData(ZfDownload zfDownload);
    Boolean deleteData(Long[] ids);
    AjaxResult selectDoctorList(ZfDownload zfDownload, Integer pageNo , Integer pageSize);
}