This commit is contained in:
kittapath 2025-02-05 17:48:58 +07:00
parent dbe6916782
commit 5ea175ca77
61 changed files with 66329 additions and 129 deletions

View file

@ -18,6 +18,10 @@ namespace BMA.EHR.Placement.Service.Requests
public string? rootId { get; set; }
public string? rootShortName { get; set; }
public string? rootDnaId { get; set; }
public string? child1DnaId { get; set; }
public string? child2DnaId { get; set; }
public string? child3DnaId { get; set; }
public string? child4DnaId { get; set; }
}
}