Fix Leave Report

This commit is contained in:
Bright 2024-09-03 15:27:05 +07:00
parent b3c752d2e6
commit 8097555951
2 changed files with 11 additions and 4 deletions

View file

@ -35,6 +35,8 @@ namespace BMA.EHR.Application.Responses.Profiles
public string? PosNo { get; set; }
public string? PositionLevel { get; set; }
public string? PosNoEmployee { get; set; }
public string? Gender { get; set; }