Add github action script and fixbug

This commit is contained in:
Suphonchai Phoonsawat 2023-04-06 16:38:26 +07:00
parent f2dcf9bb49
commit 4c0ae730df
49 changed files with 6687 additions and 338 deletions

View file

@ -69,5 +69,11 @@ namespace BMA.EHR.Recruit.Service.Models.Recruits
public virtual List<RecruitPayment> Payments { get; set; } = new List<RecruitPayment>();
public virtual List<RecruitDocument> Documents { get; set; } = new List<RecruitDocument>();
public DateTime CreatedDate { get; set; } = DateTime.Now;
public DateTime ModifiedDate { get; set; }
public DateTime ApplyDate { get; set; }
}
}