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

This commit is contained in:
Suphonchai Phoonsawat 2025-04-24 17:02:01 +07:00
parent 4ca6b7d842
commit b90a0ad489
3 changed files with 13 additions and 2 deletions

View file

@ -6,6 +6,8 @@
public string LeaveTypeName { get; set; }
public string? LeaveSubTypeName { get; set; } = string.Empty;
public Guid LeaveTypeId { get; set; }
public string FullName { get; set; }