updated report probation

This commit is contained in:
Warunee Tamkoo 2025-01-10 15:23:38 +07:00
parent 74f05fccfe
commit 4dc69285ea
6 changed files with 18 additions and 19 deletions

View file

@ -26,6 +26,7 @@ namespace BMA.EHR.Application.Responses
public string PositionLineId { get; set; } = string.Empty;
public string OrganizationOrganization { get; set; } = string.Empty;
public string Position { get; set; } = string.Empty;
public string PositionLevelName { get; set; } = string.Empty;
public string Department { get; set; } = string.Empty;
public string Oc { get; set; } = string.Empty;
}