migrate (add fields & comment task #1786, #1787, #1788)

This commit is contained in:
Bright 2025-09-02 15:11:24 +07:00
parent a352ec6578
commit f5f4115ef0
7 changed files with 3720 additions and 31 deletions

View file

@ -77,6 +77,8 @@ namespace BMA.EHR.Recruit.Service.Models.Recruits
public DateTime ApplyDate { get; set; }
public string? PositionName { get; set; }
[Comment("บัญชีสอบ")]
public string? HddPosition { get; set; } = string.Empty;
public string? PositionType { get; set; }
public string? PositionLevel { get; set; }
public string? AuthName { get; set; }