fix : change add new officer to insignia list
This commit is contained in:
parent
92a162f93e
commit
907b7143ff
2 changed files with 24 additions and 12 deletions
|
|
@ -39,6 +39,8 @@ namespace BMA.EHR.Application.Responses.Profiles
|
|||
|
||||
public string? Gender { get; set; }
|
||||
|
||||
public string ProfileType { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
|
||||
public class PosLevel
|
||||
|
|
@ -89,9 +91,11 @@ namespace BMA.EHR.Application.Responses.Profiles
|
|||
|
||||
public string PositionLevel { get; set; } = string.Empty;
|
||||
|
||||
public string PositionType { get; set; } = string.Empty;
|
||||
public string PositionType { get; set; } = string.Empty;
|
||||
|
||||
public string Position { get; set; } = string.Empty;
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class ProfileInsignia
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue