|  |  |  | @ -97,9 +97,32 @@ public class PcTPatientQueryByPageResp { | 
		
	
		
			
				|  |  |  |  |     @ApiModelProperty("诊断医生") | 
		
	
		
			
				|  |  |  |  |     @Excel(name = "诊断医生") | 
		
	
		
			
				|  |  |  |  |     private String doctorName; | 
		
	
		
			
				|  |  |  |  | //
 | 
		
	
		
			
				|  |  |  |  | //
 | 
		
	
		
			
				|  |  |  |  | //    List<TRecord> recordList;
 | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     /** 医院ID */ | 
		
	
		
			
				|  |  |  |  |     @ApiModelProperty("医院ID") | 
		
	
		
			
				|  |  |  |  |     @Excel(name = "医院ID") | 
		
	
		
			
				|  |  |  |  |     private Long hospitalId; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     /** 医院名称 */ | 
		
	
		
			
				|  |  |  |  |     @ApiModelProperty("医院名称") | 
		
	
		
			
				|  |  |  |  |     @Excel(name = "医院名称") | 
		
	
		
			
				|  |  |  |  |     private String hospitalName; | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     public Long getHospitalId() { | 
		
	
		
			
				|  |  |  |  |         return hospitalId; | 
		
	
		
			
				|  |  |  |  |     } | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     public void setHospitalId(Long hospitalId) { | 
		
	
		
			
				|  |  |  |  |         this.hospitalId = hospitalId; | 
		
	
		
			
				|  |  |  |  |     } | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     public String getHospitalName() { | 
		
	
		
			
				|  |  |  |  |         return hospitalName; | 
		
	
		
			
				|  |  |  |  |     } | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     public void setHospitalName(String hospitalName) { | 
		
	
		
			
				|  |  |  |  |         this.hospitalName = hospitalName; | 
		
	
		
			
				|  |  |  |  |     } | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |     public Long getId() { | 
		
	
		
			
				|  |  |  |  |         return id; | 
		
	
	
		
			
				
					|  |  |  | 
 |