แก้ model profile
This commit is contained in:
parent
6a0d548f22
commit
da20b8c64e
7 changed files with 112 additions and 6 deletions
|
|
@ -42,6 +42,7 @@ namespace BMA.EHR.Domain.Models.HR
|
|||
public string? PositionPath { get; set; }
|
||||
[Comment("Id เป็นวุฒิการศึกษาในตำแหน่ง")]
|
||||
public Guid? PositionPathId { get; set; }
|
||||
public bool IsActive { get; set; } = true;
|
||||
public virtual List<ProfileEducationHistory> ProfileEducationHistorys { get; set; } = new List<ProfileEducationHistory>();
|
||||
public virtual Profile? Profile { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue