|  | @ -13,8 +13,12 @@ public class PatientRelationVO {
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     @ApiModelProperty("居民code")
 | 
	
		
			
				|  |  |     private String patient;
 | 
	
		
			
				|  |  |     @ApiModelProperty("code")
 | 
	
		
			
				|  |  |     private String code;
 | 
	
		
			
				|  |  |     @ApiModelProperty("居民姓名")
 | 
	
		
			
				|  |  |     private String patientName;
 | 
	
		
			
				|  |  |     @ApiModelProperty("姓名")
 | 
	
		
			
				|  |  |     private String name;
 | 
	
		
			
				|  |  |     @ApiModelProperty("年龄")
 | 
	
		
			
				|  |  |     private String age;
 | 
	
		
			
				|  |  |     @ApiModelProperty("性别")
 | 
	
	
		
			
				|  | @ -36,6 +40,14 @@ public class PatientRelationVO {
 | 
	
		
			
				|  |  |         this.patient = patient;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public String getCode() {
 | 
	
		
			
				|  |  |         return code;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public void setCode(String code) {
 | 
	
		
			
				|  |  |         this.code = code;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public String getPatientName() {
 | 
	
		
			
				|  |  |         return patientName;
 | 
	
		
			
				|  |  |     }
 | 
	
	
		
			
				|  | @ -44,6 +56,14 @@ public class PatientRelationVO {
 | 
	
		
			
				|  |  |         this.patientName = patientName;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public String getName() {
 | 
	
		
			
				|  |  |         return name;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public void setName(String name) {
 | 
	
		
			
				|  |  |         this.name = name;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public String getAge() {
 | 
	
		
			
				|  |  |         return age;
 | 
	
		
			
				|  |  |     }
 |