add field และ เพิ่ม call ProfileLeave API
This commit is contained in:
parent
4382e779d7
commit
5ba93feb52
8 changed files with 1695 additions and 0 deletions
|
|
@ -200,5 +200,15 @@ namespace BMA.EHR.Domain.Models.Leave.Requests
|
|||
|
||||
public List<LeaveRequestApprover> Approvers { get; set; } = new();
|
||||
|
||||
public Guid? RootDnaId { get; set; } = Guid.Empty;
|
||||
|
||||
public Guid? Child1DnaId { get; set; } = Guid.Empty;
|
||||
|
||||
public Guid? Child2DnaId { get; set; } = Guid.Empty;
|
||||
|
||||
public Guid? Child3DnaId { get; set; } = Guid.Empty;
|
||||
|
||||
public Guid? Child4DnaId { get; set; } = Guid.Empty;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue