66
whywhyo
2023-05-21 f97ae80d9d4b52bf9ffd186d9e4810e4f2ce0ad7
zhang-content/src/main/java/com/ruoyi/service/ZfDoctorService.java
@@ -20,6 +20,7 @@
    AjaxResult selectDoctorList(ZfDoctor zfDoctor, Integer pageNum, Integer pageSize);
    List<ZfDoctor> selectByCondition(ZfDoctor zfDoctor);
    List<ZfDoctor> selectByIds(Long[] ids);
    AjaxResult mySave(ZfDoctor zfDoctor);