รายงานลัญชี 1-2-3 และรายงาน กพ7
This commit is contained in:
parent
1dc973cc73
commit
a15f2a1081
16 changed files with 1893 additions and 585 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using BMA.EHR.MetaData.Service.Models;
|
||||
using BMA.EHR.Organization.Service.Models.Report2;
|
||||
using BMA.EHR.Profile.Service.Models;
|
||||
using BMA.EHR.Profile.Service.Models.HR;
|
||||
using BMA.EHR.Recruit.Service.Models.Documents;
|
||||
|
|
@ -221,5 +222,9 @@ namespace BMA.EHR.Report.Service.Data
|
|||
public DbSet<ProfileAvatarHistory> ProfileAvatarHistories { get; set; }
|
||||
|
||||
public DbSet<ProfilePosition> ProfilePositions { get; set; }
|
||||
|
||||
public DbSet<Report2> Report2s { get; set; }
|
||||
public DbSet<Report2History> Report2Histories { get; set; }
|
||||
public DbSet<Report2DetailHistory> Report2DetailHistories { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue