Fix รายงานให้แสดงรายชื่อตรงสังกัดที่เลือก issue #1606
Some checks failed
release-dev / release-dev (push) Failing after 12s
Some checks failed
release-dev / release-dev (push) Failing after 12s
This commit is contained in:
parent
c348dae155
commit
e58bda8e9e
4 changed files with 45 additions and 9 deletions
|
|
@ -16,5 +16,11 @@ namespace BMA.EHR.Application.Responses.Profiles
|
|||
public string? PositionLevel { get; set; }
|
||||
public string? PositionType { get; set; }
|
||||
public string? Oc { get; set; }
|
||||
public string? OrgRootId { get; set; }
|
||||
public string? OrgChild1Id { get; set; }
|
||||
public string? OrgChild2Id { get; set; }
|
||||
public string? OrgChild3Id { get; set; }
|
||||
public string? OrgChild4Id { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue