456
whywhyo
2023-05-23 acfff22fdec6f230a64b8b6f61906e01cc29dd65
zhang-content/src/main/java/com/ruoyi/service/ZfDoctorService.java
@@ -20,4 +20,8 @@
    AjaxResult selectDoctorList(ZfDoctor zfDoctor, Integer pageNum, Integer pageSize);
    List<ZfDoctor> selectByCondition(ZfDoctor zfDoctor);
    List<ZfDoctor> selectByIds(Long[] ids);
    AjaxResult mySave(ZfDoctor zfDoctor);
}