report discipline
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
Bright 2025-01-17 15:06:28 +07:00
parent 1bec091856
commit d692ea4359
3 changed files with 91 additions and 21 deletions

View file

@ -9,10 +9,12 @@ namespace BMA.EHR.Application.Responses.Profiles
public string? Prefix { get; set; }
public string? FirstName { get; set; }
public string? LastName { get; set; }
public string? CitizenId { get; set; }
public Guid? Keycloak { get; set; }
public string? PosNo { get; set; }
public string? Position { get; set; }
public string? PositionLevel { get; set; }
public string? PositionType { get; set; }
public string? Oc { get; set; }
}
}