add field และ เพิ่ม call ProfileLeave API

This commit is contained in:
Suphonchai Phoonsawat 2025-05-02 20:19:01 +07:00
parent 4382e779d7
commit 5ba93feb52
8 changed files with 1695 additions and 0 deletions

View file

@ -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;
}
}