add table RetirementRawProfile
This commit is contained in:
parent
9f0c03921d
commit
204a1abc4d
6 changed files with 19918 additions and 0 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue