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

@ -31,5 +31,7 @@
public string LeaveRange { get; set; } = string.Empty;
public bool? HajjDayStatus { get; set; }
public string? ProfileType { get; set; }
}
}