add table RetirementRawProfile

This commit is contained in:
Bright 2025-01-28 13:11:20 +07:00
parent 9f0c03921d
commit 204a1abc4d
6 changed files with 19918 additions and 0 deletions

View file

@ -328,6 +328,7 @@ namespace BMA.EHR.Infrastructure.Persistence
public DbSet<RetirementPeriodHistory> RetirementPeriodHistorys { get; set; }
public DbSet<RetirementPeriod> RetirementPeriods { get; set; }
public DbSet<RetirementProfile> RetirementProfiles { get; set; }
public DbSet<RetirementRawProfile> RetirementRawProfiles { get; set; }
public DbSet<RetirementDeceased> RetirementDeceaseds { get; set; }
public DbSet<RetirementDeceasedNoti> RetirementDeceasedNotis { get; set; }
public DbSet<RetirementResign> RetirementResigns { get; set; }