Migrate & Fix รายการวินัยม่ได้กรองสิทธิ์รายการ #7
All checks were successful
Build & Deploy Discipline Service / build (push) Successful in 2m16s

This commit is contained in:
harid 2026-07-17 15:35:36 +07:00
parent 2743edf82f
commit bea7960ea7
11 changed files with 4222 additions and 8 deletions

View file

@ -148,6 +148,14 @@ namespace BMA.EHR.Domain.Models.Discipline
[Comment("RootDnaId")]
public Guid? RootDnaId { get; set; }
[Comment("Child1DnaId")]
public Guid? Child1DnaId { get; set; }
[Comment("Child2DnaId")]
public Guid? Child2DnaId { get; set; }
[Comment("Child3DnaId")]
public Guid? Child3DnaId { get; set; }
[Comment("Child4DnaId")]
public Guid? Child4DnaId { get; set; }
public DisciplineInvestigate DisciplineInvestigate { get; set; }
public virtual List<DisciplineDisciplinary_ProfileComplaintInvestigate> DisciplineDisciplinary_ProfileComplaintInvestigates { get; set; } = new List<DisciplineDisciplinary_ProfileComplaintInvestigate>();