fix Issue : 723
This commit is contained in:
parent
4970659f0a
commit
ddb541c819
7 changed files with 1362 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue