zqy
2025-09-22 13ba3e8bf45ed8ca81454c2c159f569a2de69c51
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);
}