whywhyo
2023-08-21 df78e9074d62a146d68752d65a65baf8d6efa66f
zhang-content/src/main/java/com/ruoyi/service/ZfDoctorService.java
@@ -18,6 +18,8 @@
 */
public interface ZfDoctorService extends IService<ZfDoctor> {
    AjaxResult selectDoctorList(ZfDoctor zfDoctor, Integer pageNum, Integer pageSize);
    List<ZfDoctor> selectByCondition(ZfDoctor zfDoctor);
@@ -33,4 +35,5 @@
    AjaxResult deleteData(Long[] ids);
    AjaxResult listType();
}