From a127f7109b125896b6a0d0021d28c3724495ff25 Mon Sep 17 00:00:00 2001
From: whywhyo <1511349576@qq.com>
Date: 星期日, 17 九月 2023 23:57:25 +0800
Subject: [PATCH] 4123
---
zhang-content/src/main/java/com/ruoyi/service/ZfDoctorService.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/zhang-content/src/main/java/com/ruoyi/service/ZfDoctorService.java b/zhang-content/src/main/java/com/ruoyi/service/ZfDoctorService.java
index 9a8bb68..3f6e2ea 100644
--- a/zhang-content/src/main/java/com/ruoyi/service/ZfDoctorService.java
+++ b/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();
}
--
Gitblit v1.9.1