private void detach_部门信息(部门信息 entity)
 {
     this.SendPropertyChanging();
     entity.员工信息 = null;
 }
 partial void Delete部门信息(部门信息 instance);
 partial void Update部门信息(部门信息 instance);
 private void attach_部门信息(部门信息 entity)
 {
     this.SendPropertyChanging();
     entity.员工信息 = this;
 }
 partial void Insert部门信息(部门信息 instance);