whywhyo
2023-08-13 6c0b8a28d28044372d2b90c63aef0a2fbfa6c0a3
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();
}