fix : change add new officer to insignia list

This commit is contained in:
Suphonchai Phoonsawat 2024-07-10 11:39:55 +07:00
parent 92a162f93e
commit 907b7143ff
2 changed files with 24 additions and 12 deletions

View file

@ -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