Add Dna Id to table
This commit is contained in:
parent
3e8e461ebe
commit
27acadbb07
7 changed files with 1862 additions and 1 deletions
|
|
@ -92,5 +92,15 @@ namespace BMA.EHR.Domain.Models.Leave.TimeAttendants
|
|||
|
||||
public Guid? ProfileId { get; set; }
|
||||
public string? ProfileType { get; set; }
|
||||
|
||||
public Guid? RootDnaId { get; set; }
|
||||
|
||||
public Guid? Child1DnaId { get; set; }
|
||||
|
||||
public Guid? Child2DnaId { get; set; }
|
||||
|
||||
public Guid? Child3DnaId { get; set; }
|
||||
|
||||
public Guid? Child4DnaId { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue