Migrate + ปรับการแสดงผลจัดการรอบสอบแข่งขัน #11
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
5752f35712
commit
853b5c59f6
7 changed files with 1671 additions and 2 deletions
|
|
@ -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("รูป")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue