Merge branch 'develop' of github.com:Frappet/BMA-EHR-BackEnd into develop
This commit is contained in:
commit
ee2aa136b9
15 changed files with 1356 additions and 102 deletions
|
|
@ -21,8 +21,10 @@ namespace BMA.EHR.Domain.Models.HR
|
|||
[Comment("เหตุผล")]
|
||||
public string? Reason { get; set; }
|
||||
public virtual List<ProfileLeaveHistory> ProfileLeaveHistorys { get; set; } = new List<ProfileLeaveHistory>();
|
||||
public virtual Profile? Profile { get; set; }
|
||||
//public virtual Profile? Profile { get; set; }
|
||||
[Comment("ประเภทการลา")]
|
||||
public virtual TypeLeave? TypeLeave { get; set; }
|
||||
|
||||
public Guid ProfileId { get; set; } = Guid.Empty;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue