| 
					
				 | 
			
			
				@ -66,12 +66,6 @@ public class PatientMedicareCardDO extends IntegerIdentityEntity { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
					 */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
					private String patientCode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    /** 
			 | 
		
	
		
			
				 | 
				 | 
			
			
					 * 医疗保险号 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
					 */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
					private String medicareNumber; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    /** 
			 | 
		
	
		
			
				 | 
				 | 
			
			
					 * 绑定密码 
			 | 
		
	
		
			
				 | 
				 | 
			
			
					 */ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -125,14 +119,6 @@ public class PatientMedicareCardDO extends IntegerIdentityEntity { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.patientCode = patientCode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
					@Column(name = "medicare_number") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getMedicareNumber() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return medicareNumber; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public void setMedicareNumber(String medicareNumber) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.medicareNumber = medicareNumber; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
					@Column(name = "password") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getPassword() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return password; 
			 |