add position

This commit is contained in:
kittapath 2025-02-18 13:24:50 +07:00
parent b1aeec71e7
commit 54d8deec37
5 changed files with 3155 additions and 18 deletions

View file

@ -80,5 +80,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Models.Disables
public string? PositionName { get; set; }//
public string? PositionType { get; set; }
public string? PositionLevel { get; set; }
public string? AuthName { get; set; }
public string? AuthPosition { get; set; }
}
}