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