fix: Leave Optimize

This commit is contained in:
Suphonchai Phoonsawat 2024-07-12 11:58:32 +07:00
parent 8e6a45952a
commit 1a6fe487aa
5 changed files with 1206 additions and 16 deletions

View file

@ -160,5 +160,7 @@ namespace BMA.EHR.Domain.Models.Leave.Requests
public string? FirstName { get; set; }
public string? LastName { get; set; }
public string? CitizenId { get; set; }
}
}