เพิ่มฟิลด์ตำแหน่งทางการบริหาร
This commit is contained in:
parent
ac037aff4b
commit
b548d8fea6
2 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
|
||||
public string PositionName { get; set; } = string.Empty;
|
||||
|
||||
public string PositionExecutiveName { get; set; } = string.Empty;
|
||||
|
||||
public Guid ProfileId { get; set; } = Guid.Empty;
|
||||
|
||||
public Guid KeycloakId { get; set; } = Guid.Empty;
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
|
||||
public string PositionName { get; set; } = string.Empty;
|
||||
|
||||
public string PositionExecutiveName { get; set; } = string.Empty;
|
||||
|
||||
public Guid ProfileId { get; set; } = Guid.Empty;
|
||||
|
||||
public Guid KeycloakId { get; set; } = Guid.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue