From 30c3eaa7fed706ce0ec7f95086edee49b41ab089 Mon Sep 17 00:00:00 2001 From: zhuqing Date: Fri, 26 Aug 2022 13:52:10 +0800 Subject: [PATCH] =?UTF-8?q?doctor=20=E8=BF=94=E5=9B=9Ename?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/domain/resp/PcTPatientQueryByPageResp.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/resp/PcTPatientQueryByPageResp.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/resp/PcTPatientQueryByPageResp.java index bb4c504..44dbfad 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/resp/PcTPatientQueryByPageResp.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/resp/PcTPatientQueryByPageResp.java @@ -236,4 +236,12 @@ public class PcTPatientQueryByPageResp { public void setFirstTime(Date firstTime) { this.firstTime = firstTime; } + + public String getDoctorName() { + return doctorName; + } + + public void setDoctorName(String doctorName) { + this.doctorName = doctorName; + } }