add posTypeShortName

This commit is contained in:
kittapath 2025-01-20 16:24:12 +07:00
parent 19e913f68f
commit 74b2a817d3
2 changed files with 2 additions and 1 deletions

View file

@ -38,6 +38,7 @@ namespace BMA.EHR.Retirement.Service.Requests
public string? posTypeName { get; set; }
public int? posTypeRank { get; set; }
public string? posLevelId { get; set; }
public string? posTypeShortName { get; set; }
public string? posLevelName { get; set; }
public int? posLevelRank { get; set; }
public string? posExecutiveId { get; set; }