แก้ model

This commit is contained in:
DESKTOP-2S5P7D1\Windows 10 2023-09-05 11:38:43 +07:00
parent d8031bff98
commit a31b72316e
8 changed files with 48 additions and 46 deletions

View file

@ -14,7 +14,7 @@ namespace BMA.EHR.Profile.Service.Models.HR
public Guid? PositionLineId { get; set; }
public Guid? PositionPathSideId { get; set; }
public Guid? PositionTypeId { get; set; }
public Guid? PositionLevelId { get; set; }
public PositionLevel? PositionLevel { get; set; }
public Guid? PositionExecutiveId { get; set; }
public Guid? PositionExecutiveSideId { get; set; }
public string? SalaryClass { get; set; }