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;

View file

@ -54,6 +54,8 @@ namespace BMA.EHR.Recruit.Service.Models.Recruits
public List<Recruit> Recruits { get; set; } = new List<Recruit>();
public ScoreImport ScoreImport { get; set; }
public string? AuthName { get; set; }
public string? AuthPosition { get; set; }
public List<RecruitImportHistory> ImportHostories { get; set; } = new List<RecruitImportHistory>();