fix Issue : 723

This commit is contained in:
Suphonchai Phoonsawat 2024-11-11 20:46:45 +07:00
parent 4970659f0a
commit ddb541c819
7 changed files with 1362 additions and 3 deletions

View file

@ -44,6 +44,16 @@ namespace BMA.EHR.Application.Responses.Profiles
public string? ProfileType { get; set; }
public bool? IsLeave { get; set; }
public string? Root { get; set; }
public string? Child1 { get; set; }
public string? Child2 { get; set; }
public string? Child3 { get; set; }
public string? Child4 { get; set; }
}
public class PosLevel