Migrate เพิ่มฟิลด์สถานะคัดกรองคุณสมบัติ

This commit is contained in:
harid 2026-03-10 13:18:12 +07:00
parent c28a068185
commit bb0b296086
5 changed files with 3217 additions and 10 deletions

View file

@ -80,6 +80,9 @@ namespace BMA.EHR.Recurit.Exam.Service.Models.Disables
[Comment("หมายเหตุจากลำดับที่สอบได้")]
public string RemarkExamOrder { get; set; } = string.Empty;
[MaxLength(50), Comment("สถานะคัดกรองคุณสมบัติ")]
public string ExamAttribute { get; set; } = string.Empty;
public ScoreImport ScoreImport { get; set; }
}
}