add field rootDnaId
This commit is contained in:
parent
08c144066b
commit
dbe6916782
3 changed files with 6 additions and 0 deletions
|
|
@ -17,5 +17,7 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
public string? root { get; set; }
|
||||
public string? rootId { get; set; }
|
||||
public string? rootShortName { get; set; }
|
||||
public string? rootDnaId { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue