| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.common.core.domain.AjaxResult; |
| | | import com.ruoyi.domain.ZfDoctorDownload; |
| | | |
| | | import java.util.List; |
| | | import com.ruoyi.domain.ZfDownload; |
| | | |
| | | |
| | | public interface ZfDoctorDownloadService extends IService<ZfDoctorDownload> { |
| | | AjaxResult addData(ZfDoctorDownload zfDoctorDownload); |
| | | public interface ZfDoctorDownloadService extends IService<ZfDownload> { |
| | | AjaxResult addData(ZfDownload zfDownload); |
| | | |
| | | AjaxResult deleteData(Long[] ids); |
| | | |
| | | AjaxResult selectDoctorList(ZfDoctorDownload zfDoctorDownload,Integer pageNo ,Integer pageSize); |
| | | AjaxResult selectDoctorList(ZfDownload zfDownload, Integer pageNo , Integer pageSize); |
| | | |
| | | |
| | | } |