update model profile

This commit is contained in:
Kittapath 2023-10-12 02:54:36 +07:00
parent fde95f3b86
commit 0d7ea6d32b
5 changed files with 282 additions and 76 deletions

View file

@ -36,6 +36,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Data
}
public DbSet<BMA.EHR.Profile.Service.Models.HR.ProfileOrganization> ProfileOrganizations { get; set; }
public DbSet<BMA.EHR.Profile.Service.Models.HR.Profile> Profiles { get; set; }
public DbSet<BMA.EHR.Profile.Service.Models.HR.ProfileSalary> ProfileSalaries { get; set; }
public DbSet<BMA.EHR.Profile.Service.Models.HR.OrganizationEntity> Organizations { get; set; }
public DbSet<Prefix> Prefixes { get; set; }
@ -63,5 +64,6 @@ namespace BMA.EHR.Recurit.Exam.Service.Data
public DbSet<PlacementType> PlacementTypes { get; set; }
public DbSet<PositionPath> PositionPaths { get; set; }
public DbSet<Gender> Genders { get; set; }
public DbSet<Document> Documents { get; set; }
}
}