|  | @ -32,6 +32,8 @@ public class SurveyScreenResultVo{
 | 
												
													
														
															|  |     //
 |  |     //
 | 
												
													
														
															|  |     @ApiModelProperty("全科医生code")
 |  |     @ApiModelProperty("全科医生code")
 | 
												
													
														
															|  |     private String doctor;
 |  |     private String doctor;
 | 
												
													
														
															|  | 
 |  |     @ApiModelProperty("家医电话号码")
 | 
												
													
														
															|  | 
 |  |     private String doctorMobile;
 | 
												
													
														
															|  |     //
 |  |     //
 | 
												
													
														
															|  |     @ApiModelProperty("居民code")
 |  |     @ApiModelProperty("居民code")
 | 
												
													
														
															|  |     private String patientCode;
 |  |     private String patientCode;
 | 
												
											
												
													
														
															|  | @ -160,6 +162,14 @@ public class SurveyScreenResultVo{
 | 
												
													
														
															|  |         this.doctor = doctor;
 |  |         this.doctor = doctor;
 | 
												
													
														
															|  |     }
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  |     public String getDoctorMobile() {
 | 
												
													
														
															|  | 
 |  |         return doctorMobile;
 | 
												
													
														
															|  | 
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  |     public void setDoctorMobile(String doctorMobile) {
 | 
												
													
														
															|  | 
 |  |         this.doctorMobile = doctorMobile;
 | 
												
													
														
															|  | 
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |     public String getPatientCode() {
 |  |     public String getPatientCode() {
 | 
												
													
														
															|  |         return patientCode;
 |  |         return patientCode;
 | 
												
													
														
															|  |     }
 |  |     }
 |