Fix Bug นำเข้าข้อมูลสมัครสอบแข่งขัน

This commit is contained in:
Bright 2025-09-04 14:41:25 +07:00
parent 8a3df45c03
commit eec08ab7b3
6 changed files with 1802 additions and 83 deletions

View file

@ -77,11 +77,15 @@ namespace BMA.EHR.Recruit.Service.Models.Recruits
public DateTime ApplyDate { get; set; }
public string? PositionName { get; set; }
[Comment("บัญชีสอบ")]
public string? HddPosition { get; set; } = string.Empty;
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;
[Comment("ประเภทการสอบภาค ก.")]
public string? typeTest { get; set; } = string.Empty;
}
}