migrate (add table PlacementAppointmentEmployee)
This commit is contained in:
parent
a4447b9014
commit
74281c697c
6 changed files with 19786 additions and 0 deletions
|
|
@ -262,6 +262,7 @@ namespace BMA.EHR.Infrastructure.Persistence
|
|||
public DbSet<PlacementReceive> PlacementReceives { get; set; }
|
||||
public DbSet<PlacementRelocation> PlacementRelocations { get; set; }
|
||||
public DbSet<PlacementAppointment> PlacementAppointments { get; set; }
|
||||
public DbSet<PlacementAppointmentEmployee> PlacementAppointmentEmployee { get; set; }
|
||||
public DbSet<PlacementTransferDoc> PlacementTransferDocs { get; set; }
|
||||
public DbSet<PlacementReceiveDoc> PlacementReceiveDocs { get; set; }
|
||||
public DbSet<PlacementRelocationDoc> PlacementRelocationDocs { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue