เพิ่ม api บรรจุ พ้นราชการ
This commit is contained in:
parent
f587ab6a87
commit
e2fee53a94
52 changed files with 34312 additions and 225 deletions
|
|
@ -252,8 +252,14 @@ namespace BMA.EHR.Infrastructure.Persistence
|
|||
public DbSet<PlacementType> PlacementTypes { get; set; }
|
||||
public DbSet<PlacementTransfer> PlacementTransfers { get; set; }
|
||||
public DbSet<PlacementReceive> PlacementReceives { get; set; }
|
||||
public DbSet<PlacementRelocation> PlacementRelocations { get; set; }
|
||||
public DbSet<PlacementAppointment> PlacementAppointments { get; set; }
|
||||
public DbSet<PlacementTransferDoc> PlacementTransferDocs { get; set; }
|
||||
public DbSet<PlacementReceiveDoc> PlacementReceiveDocs { get; set; }
|
||||
public DbSet<PlacementRelocationDoc> PlacementRelocationDocs { get; set; }
|
||||
public DbSet<PlacementAppointmentDoc> PlacementAppointmentDocs { get; set; }
|
||||
public DbSet<PlacementOfficer> PlacementOfficers { get; set; }
|
||||
public DbSet<PlacementRepatriation> PlacementRepatriations { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
@ -312,6 +318,10 @@ namespace BMA.EHR.Infrastructure.Persistence
|
|||
public DbSet<RetirementProfile> RetirementProfiles { get; set; }
|
||||
public DbSet<RetirementDeceased> RetirementDeceaseds { get; set; }
|
||||
public DbSet<RetirementResign> RetirementResigns { get; set; }
|
||||
public DbSet<RetirementOut> RetirementOuts { get; set; }
|
||||
public DbSet<RetirementDischarge> RetirementDischarges { get; set; }
|
||||
public DbSet<RetirementExpulsion> RetirementExpulsions { get; set; }
|
||||
public DbSet<RetirementOther> RetirementOthers { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue