Migrate เพิ่มฟิลด์สถานะคัดกรองคุณสมบัติ
This commit is contained in:
parent
46481ef1ec
commit
2deb2927a6
5 changed files with 1671 additions and 10 deletions
|
|
@ -80,6 +80,9 @@ namespace BMA.EHR.Recruit.Service.Models.Recruits
|
|||
[Comment("หมายเหตุจากลำดับที่สอบได้")]
|
||||
public string RemarkExamOrder { get; set; } = string.Empty;
|
||||
|
||||
[MaxLength(50), Comment("สถานะคัดกรองคุณสมบัติ")]
|
||||
public string ExamAttribute { get; set; } = string.Empty;
|
||||
|
||||
public ScoreImport ScoreImport { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue