api โครงสร้างลูกจ้าง
This commit is contained in:
parent
1c99718a30
commit
25f0fb06c1
25 changed files with 14453 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ using BMA.EHR.Domain.Models.Commands;
|
|||
using BMA.EHR.Domain.Models.Documents;
|
||||
using BMA.EHR.Domain.Models.HR;
|
||||
using BMA.EHR.Domain.Models.MetaData;
|
||||
using BMA.EHR.Domain.Models.OrganizationEmployee;
|
||||
using BMA.EHR.Domain.Models.Organizations;
|
||||
using BMA.EHR.Domain.Models.Organizations.Report2;
|
||||
using BMA.EHR.Domain.Models.Placement;
|
||||
|
|
@ -247,6 +248,14 @@ namespace BMA.EHR.Infrastructure.Persistence
|
|||
|
||||
#endregion
|
||||
|
||||
#region " OrganizationEmployee "
|
||||
|
||||
public DbSet<OrgEmployee> OrganizationEmployees { get; set; }
|
||||
public DbSet<OrganizationPositionEmployeeLevel> OrganizationPositionEmployeeLevels { get; set; }
|
||||
public DbSet<OrganizationPositionEmployeePositionSide> OrganizationPositionEmployeePositionSides { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
|
||||
#region " Command "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue