|  | @ -36,6 +36,11 @@ public class BaseDoctorHospitalDO extends IntegerIdentityEntity {
 | 
												
													
														
															|  |      */
 |  |      */
 | 
												
													
														
															|  |     private String deptCode;
 |  |     private String deptCode;
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  |     /**
 | 
												
													
														
															|  | 
 |  |      * 医生所在机构部门标识
 | 
												
													
														
															|  | 
 |  |      */
 | 
												
													
														
															|  | 
 |  |     private String deptName;
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |     /**
 |  |     /**
 | 
												
													
														
															|  |      * 职务代码
 |  |      * 职务代码
 | 
												
													
														
															|  |      */
 |  |      */
 | 
												
											
												
													
														
															|  | @ -101,6 +106,15 @@ public class BaseDoctorHospitalDO extends IntegerIdentityEntity {
 | 
												
													
														
															|  |         this.deptCode = deptCode;
 |  |         this.deptCode = deptCode;
 | 
												
													
														
															|  |     }
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  |     @Column(name = "dept_name")
 | 
												
													
														
															|  | 
 |  |     public String getDeptName() {
 | 
												
													
														
															|  | 
 |  |         return deptName;
 | 
												
													
														
															|  | 
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  |     public void setDeptName(String deptName) {
 | 
												
													
														
															|  | 
 |  |         this.deptName = deptName;
 | 
												
													
														
															|  | 
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |     public String getDoctorDutyCode() {
 |  |     public String getDoctorDutyCode() {
 | 
												
													
														
															|  |         return doctorDutyCode;
 |  |         return doctorDutyCode;
 | 
												
													
														
															|  |     }
 |  |     }
 |