Add IsProbatin property to GetProfileByKeycloakIdDto and update leave request logic for probationary users #2266

This commit is contained in:
Suphonchai Phoonsawat 2026-02-05 10:39:57 +07:00
parent 970319e8c2
commit 358fd47b99
3 changed files with 43 additions and 24 deletions

View file

@ -44,6 +44,8 @@ namespace BMA.EHR.Application.Responses.Profiles
public string? ProfileType { get; set; }
public bool? IsLeave { get; set; }
public bool? IsProbatin { get; set; }
public string? Root { get; set; }
public string? Child1 { get; set; }
public string? Child2 { get; set; }