add posTypeShortName
This commit is contained in:
parent
19e913f68f
commit
74b2a817d3
2 changed files with 2 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue