revert #1462
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
Bright 2025-05-02 17:36:16 +07:00
parent 4382e779d7
commit ae3d5dab70
2 changed files with 19 additions and 19 deletions

View file

@ -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;