This commit is contained in:
Bright 2025-09-02 18:06:00 +07:00
parent f5f4115ef0
commit 8a3df45c03
5 changed files with 1831 additions and 21 deletions

View file

@ -27,7 +27,7 @@ namespace BMA.EHR.Recruit.Service.Models.Recruits
public double? PercentageB { get; set; }
[MaxLength(50)]
public string BStatus { get; set; }
public string? BStatus { get; set; }
[Comment("ภาคความรู้ความสามารถที่ใช้เฉพาะตำแหน่ง คะแนนรวม")]
public double SumAB { get; set; }