Change REport

This commit is contained in:
Suphonchai Phoonsawat 2023-04-25 22:36:58 +07:00
parent 55a83a43ec
commit 4987f7c5ad
9 changed files with 224 additions and 24 deletions

View file

@ -37,6 +37,8 @@ namespace BMA.EHR.Recruit.Service.Models.Recruits
[MaxLength(200)]
public string Major { get; set; }
public string? Number { get; set; } = string.Empty;
public ScoreImport ScoreImport { get; set; }
}
}