Migrate & Fix รายการวินัยม่ได้กรองสิทธิ์รายการ #7
All checks were successful
Build & Deploy Discipline Service / build (push) Successful in 2m16s
All checks were successful
Build & Deploy Discipline Service / build (push) Successful in 2m16s
This commit is contained in:
parent
2743edf82f
commit
bea7960ea7
11 changed files with 4222 additions and 8 deletions
|
|
@ -92,6 +92,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 DisciplineComplaint DisciplineComplaint { get; set; }
|
||||
public virtual List<DisciplineInvestigate_ProfileComplaint> DisciplineInvestigate_ProfileComplaints { get; set; } = new List<DisciplineInvestigate_ProfileComplaint>();
|
||||
public virtual List<DisciplineInvestigate_DocComplaint> DisciplineInvestigate_DocComplaints { get; set; } = new List<DisciplineInvestigate_DocComplaint>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue