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

@ -57,6 +57,9 @@ namespace BMA.EHR.Recruit.Models.Recruits
public string? AuthName { get; set; }
public string? AuthPosition { get; set; }
[Comment("DnaId หน่วยงาน")]
public Guid? OrganizationId { get; set; }
public List<RecruitImportHistory> ImportHostories { get; set; } = new List<RecruitImportHistory>();
[Comment("รูป")]