add note to ProfileEducation
This commit is contained in:
parent
1393969516
commit
0ed8935b4c
5 changed files with 17210 additions and 0 deletions
|
|
@ -46,5 +46,8 @@ namespace BMA.EHR.Domain.Models.HR
|
|||
public virtual List<ProfileEducationHistory> ProfileEducationHistorys { get; set; } = new List<ProfileEducationHistory>();
|
||||
public virtual Profile? Profile { get; set; }
|
||||
|
||||
[Comment("หมายเหตุ")]
|
||||
public string? Note { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,5 +39,8 @@ namespace BMA.EHR.Domain.Models.HR
|
|||
[Comment("Id เป็นวุฒิการศึกษาในตำแหน่ง")]
|
||||
public Guid? PositionPathId { get; set; }
|
||||
public virtual ProfileEducation? ProfileEducation { get; set; }
|
||||
|
||||
[Comment("หมายเหตุ")]
|
||||
public string? Note { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue