add RetirementDeceased
Some checks failed
release-dev / release-dev (push) Failing after 10s

This commit is contained in:
kittapath 2025-01-17 11:11:06 +07:00
parent 2095cd7fb4
commit 37d1ff3f40
2 changed files with 126 additions and 109 deletions

View file

@ -11,5 +11,6 @@ namespace BMA.EHR.Retirement.Service.Requests
public string? Location { get; set; }
public string? Reason { get; set; }
public string ProfileId { get; set; }
public string profileType { get; set; }
}
}