fix
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
AdisakKanthawilang 2025-03-12 10:17:43 +07:00
parent dc8a3dc39c
commit 123501378b
3 changed files with 5 additions and 3 deletions

View file

@ -9,6 +9,6 @@ namespace BMA.EHR.Leave.Service.DTOs.Reports
public string nodeId { get; set; }
public bool? isRetirement { get; set; } = false;
public string? revisionId { get; set; }
public string? revisionId { get; set; } = string.Empty;
}
}