add authname

This commit is contained in:
kittapath 2025-09-15 16:04:32 +07:00
parent 6a53a7f05e
commit 3727cef238
6 changed files with 1688 additions and 24 deletions

View file

@ -79,8 +79,6 @@ 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; }
[Comment("บัญชีสอบ")]
public string? HddPosition { get; set; } = string.Empty;