|  | @ -58,6 +58,8 @@ public class PatientSignInfoVO {
 | 
	
		
			
				|  |  |     private String healthAssistant;
 | 
	
		
			
				|  |  |     @ApiModelProperty("计管师")
 | 
	
		
			
				|  |  |     private String healthAssistantName;
 | 
	
		
			
				|  |  |     @ApiModelProperty("专病签约CODE")
 | 
	
		
			
				|  |  |     private String specialCode;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public String getRelationCode() {
 | 
	
		
			
				|  |  |         return relationCode;
 | 
	
	
		
			
				|  | @ -235,4 +237,12 @@ public class PatientSignInfoVO {
 | 
	
		
			
				|  |  |     public void setSex(Integer sex) {
 | 
	
		
			
				|  |  |         this.sex = sex;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  |     
 | 
	
		
			
				|  |  |     public String getSpecialCode() {
 | 
	
		
			
				|  |  |         return specialCode;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  |     
 | 
	
		
			
				|  |  |     public void setSpecialCode(String specialCode) {
 | 
	
		
			
				|  |  |         this.specialCode = specialCode;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | }
 |