add position

This commit is contained in:
kittapath 2025-02-18 13:23:44 +07:00
parent 5fe786fe7b
commit 37dfac7cff
5 changed files with 1619 additions and 0 deletions

View file

@ -79,5 +79,7 @@ namespace BMA.EHR.Recruit.Service.Models.Recruits
public string? PositionName { get; set; }
public string? PositionType { get; set; }
public string? PositionLevel { get; set; }
public string? AuthName { get; set; }
public string? AuthPosition { get; set; }
}
}