|  | @ -301,6 +301,7 @@ public class PatientDevice extends IdEntity {
 | 
												
													
														
															|  |     public PatientDevice() {
 |  |     public PatientDevice() {
 | 
												
													
														
															|  |     }
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  |     @Column(name = "apply_status")
 | 
												
													
														
															|  |     public Integer getApplyStatus() {
 |  |     public Integer getApplyStatus() {
 | 
												
													
														
															|  |         return applyStatus;
 |  |         return applyStatus;
 | 
												
													
														
															|  |     }
 |  |     }
 | 
												
											
												
													
														
															|  | @ -309,6 +310,7 @@ public class PatientDevice extends IdEntity {
 | 
												
													
														
															|  |         this.applyStatus = applyStatus;
 |  |         this.applyStatus = applyStatus;
 | 
												
													
														
															|  |     }
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  |     @Column(name = "apply_reason")
 | 
												
													
														
															|  |     public String getApplyReason() {
 |  |     public String getApplyReason() {
 | 
												
													
														
															|  |         return applyReason;
 |  |         return applyReason;
 | 
												
													
														
															|  |     }
 |  |     }
 | 
												
											
												
													
														
															|  | @ -317,6 +319,7 @@ public class PatientDevice extends IdEntity {
 | 
												
													
														
															|  |         this.applyReason = applyReason;
 |  |         this.applyReason = applyReason;
 | 
												
													
														
															|  |     }
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  |     @Column(name = "refuse_reason")
 | 
												
													
														
															|  |     public String getRefuseReason() {
 |  |     public String getRefuseReason() {
 | 
												
													
														
															|  |         return refuseReason;
 |  |         return refuseReason;
 | 
												
													
														
															|  |     }
 |  |     }
 |