fix and add filter leaveRequest
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
AdisakKanthawilang 2025-03-06 10:24:56 +07:00
parent 19ff8f2d65
commit 3882e11454
4 changed files with 13 additions and 2 deletions

View file

@ -13,5 +13,7 @@
public DateTime DateSendLeave { get; set; }
public string Status { get; set; }
public string ProfileType { get; set; } = string.Empty;
}
}