This commit is contained in:
parent
9bf7ee2e9a
commit
66d4a08f3c
4 changed files with 60 additions and 4 deletions
|
|
@ -28,5 +28,11 @@ namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
|
|||
|
||||
public string ProfileType { get; set; } = string.Empty;
|
||||
|
||||
public string NodeId { get; set; } = string.Empty;
|
||||
|
||||
public int Node { get; set; }
|
||||
|
||||
public string? RevisionId { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue