migrate add ScoreExpireDate
All checks were successful
Build & Deploy on Dev / build (push) Successful in 48s

This commit is contained in:
harid 2026-07-01 18:07:57 +07:00
parent 853b5c59f6
commit b5567b5459
6 changed files with 1680 additions and 8 deletions

View file

@ -49,6 +49,9 @@ namespace BMA.EHR.Recruit.Models.Recruits
[Column(Order = 14), Comment("วันที่ประกาศผลสอบ")]
public DateTime? AnnouncementDate { get; set; }
[Column(Order = 15), Comment("วันหมดอายุบัญชี")]
public DateTime? ScoreExpireDate { get; set; }
public Document ImportFile { get; set; } = new Document();
public List<Recruit> Recruits { get; set; } = new List<Recruit>();