report leave
This commit is contained in:
parent
12448ba0a4
commit
771b9b940a
17 changed files with 2109 additions and 305 deletions
|
|
@ -196,6 +196,13 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
Child3 = profile.Child3,
|
||||
Child4 = profile.Child4,
|
||||
|
||||
RootId = profile.RootId,
|
||||
Child1Id = profile.Child1Id,
|
||||
Child2Id = profile.Child2Id,
|
||||
Child3Id = profile.Child3Id,
|
||||
Child4Id = profile.Child4Id,
|
||||
Gender = profile.Gender,
|
||||
|
||||
ProfileId = profile.Id,
|
||||
ProfileType = profile.ProfileType,
|
||||
Amount = profile.Amount,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue