Add ProfileType
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
Suphonchai Phoonsawat 2025-05-08 13:19:56 +07:00
parent 4815b43864
commit e277279f78
3 changed files with 181 additions and 48 deletions

View file

@ -63,5 +63,7 @@ namespace BMA.EHR.Application.Responses.Profiles
public Guid? Child4Id { get; set; }
public Guid? Child4DnaId { get; set; }
public string? Child4 { get; set; }
public string? ProfileType { get; set; }
}
}