เพิ่มคุณวุฒื

This commit is contained in:
Kittapath 2023-06-13 21:04:36 +07:00
parent 4168b178c9
commit b88727a0ee
2 changed files with 359 additions and 356 deletions

View file

@ -65,12 +65,15 @@ namespace BMA.EHR.Organization.Service.Models
[Column(Order = 14), Comment("IsDirector")]
public bool? IsDirector { get; set; }
[Column(Order = 15), Comment("คุณวุฒิ")]
public string? Qualification { get; set; }
public string? PositionPathSideObject { get; set; }
public string? PositionExecutiveSideObject { get; set; }
public string? PositionExecutiveSideObject { get; set; }
//public List<AvailablePositionLevelEntity> AvailablePositionLevels { get; } = new();
//public List<PositionMasterHistoryEntity> PositionMasterHistorys { get; } = new();
//public List<AvailablePositionLevelEntity> AvailablePositionLevels { get; } = new();
//public List<PositionMasterHistoryEntity> PositionMasterHistorys { get; } = new();
}
}