Migrate + ปรับการแสดงผลจัดการรอบสอบแข่งขัน #11
All checks were successful
Build & Deploy on Dev / build (push) Successful in 48s

This commit is contained in:
harid 2026-06-10 15:29:22 +07:00
parent 5752f35712
commit 853b5c59f6
7 changed files with 1671 additions and 2 deletions

View file

@ -82,5 +82,10 @@ namespace BMA.EHR.Recruit.Requests.Recruits
/// วันที่ประกาศผลสอบ
/// </summary>
public DateTime? AnnouncementDate { get; set; }
/// <summary>
/// รหัส DNA หน่วยงาน
/// </summary>
public Guid? rootDnaId { get; set; }
}
}