|
|
|
@ -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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|