migrate add ScoreExpireDate
All checks were successful
Build & Deploy on Dev / build (push) Successful in 48s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 48s
This commit is contained in:
parent
853b5c59f6
commit
b5567b5459
6 changed files with 1680 additions and 8 deletions
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue