|  | @ -41,12 +41,6 @@ public class DictHospitalDeptDO extends IntegerIdentityEntity {
 | 
												
													
														
															|  | 	@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+08:00")
 |  | 	@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+08:00")
 | 
												
													
														
															|  | 	private Date createTime;
 |  | 	private Date createTime;
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |     /**
 |  | 
 | 
												
													
														
															|  |      * 6总部7金榜8夏禾
 |  | 
 | 
												
													
														
															|  |      */
 |  | 
 | 
												
													
														
															|  |     @Autowired
 |  | 
 | 
												
													
														
															|  |     private String deptTypeCode;
 |  | 
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 	@Column(name = "org_code")
 |  | 	@Column(name = "org_code")
 | 
												
													
														
															|  |     public String getOrgCode() {
 |  |     public String getOrgCode() {
 | 
												
											
												
													
														
															|  | @ -80,12 +74,4 @@ public class DictHospitalDeptDO extends IntegerIdentityEntity {
 | 
												
													
														
															|  |         this.createTime = createTime;
 |  |         this.createTime = createTime;
 | 
												
													
														
															|  |     }
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |     @Column(name = "dept_type_code")
 |  | 
 | 
												
													
														
															|  |     public String getDeptTypeCode() {
 |  | 
 | 
												
													
														
															|  |         return deptTypeCode;
 |  | 
 | 
												
													
														
															|  |     }
 |  | 
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |     public void setDeptTypeCode(String deptTypeCode) {
 |  | 
 | 
												
													
														
															|  |         this.deptTypeCode = deptTypeCode;
 |  | 
 | 
												
													
														
															|  |     }
 |  | 
 | 
												
													
														
															|  | }
 |  | }
 |