add Dna Id Field to Process TimeStamp
Some checks failed
release-dev / release-dev (push) Failing after 12s
Some checks failed
release-dev / release-dev (push) Failing after 12s
This commit is contained in:
parent
e790b50f58
commit
ea55d21f51
5 changed files with 1640 additions and 0 deletions
|
|
@ -104,5 +104,16 @@ 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