add Dna Id Field to Process TimeStamp
Some checks failed
release-dev / release-dev (push) Failing after 12s

This commit is contained in:
Suphonchai Phoonsawat 2025-06-18 13:43:46 +07:00
parent e790b50f58
commit ea55d21f51
5 changed files with 1640 additions and 0 deletions

View file

@ -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; }
}
}