เพิ่มฟิลด์ตำแหน่งทางการบริหาร

This commit is contained in:
Bright 2025-07-25 13:44:53 +07:00
parent ac037aff4b
commit b548d8fea6
2 changed files with 4 additions and 0 deletions

View file

@ -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;

View file

@ -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;