Migrate & Fix Report ขอลาออก #1661, #1665
Some checks failed
release-dev / release-dev (push) Failing after 11s
Some checks failed
release-dev / release-dev (push) Failing after 11s
This commit is contained in:
parent
b548d8fea6
commit
b40d4e2765
7 changed files with 21430 additions and 0 deletions
|
|
@ -3157,6 +3157,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
FirstName = r.FirstName,
|
||||
LastName = r.LastName,
|
||||
PositionName = r.PositionName,
|
||||
PositionExecutiveName = r.PositionExecutiveName,
|
||||
ProfileId = r.ProfileId,
|
||||
KeycloakId = r.KeycloakId,
|
||||
Org = r.Org,
|
||||
|
|
|
|||
|
|
@ -2624,6 +2624,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
FirstName = r.FirstName,
|
||||
LastName = r.LastName,
|
||||
PositionName = r.PositionName,
|
||||
PositionExecutiveName = r.PositionExecutiveName,
|
||||
ProfileId = r.ProfileId,
|
||||
KeycloakId = r.KeycloakId,
|
||||
Org = r.Org,
|
||||
|
|
|
|||
|
|
@ -19,6 +19,9 @@ namespace BMA.EHR.Retirement.Service.Requests
|
|||
[JsonProperty("positionName")]
|
||||
public string PositionName { get; set; } = string.Empty;
|
||||
|
||||
[JsonProperty("positionExecutiveName")]
|
||||
public string PositionExecutiveName { get; set; } = string.Empty;
|
||||
|
||||
[JsonProperty("profileId")]
|
||||
public Guid ProfileId { get; set; } = Guid.Empty;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue