This commit is contained in:
he
2022-10-10 15:59:09 +08:00
parent e92579781d
commit c05644ecfb
9 changed files with 108 additions and 33 deletions
@@ -200,6 +200,9 @@ namespace IRaCIS.Core.Domain.Models
public ReadingQuestionCriterionTrial ReadingQuestionCriterionTrial { get; set; }
public List<ReadingTableQuestionTrial> ReadingTableQuestionTrialList { get; set; }
}
@@ -156,6 +156,10 @@ namespace IRaCIS.Core.Domain.Models
[ForeignKey("DependParentId")]
public ReadingTableQuestionTrial DependParentQuestion { get; set; }
[JsonIgnore]
[ForeignKey("ReadingQuestionId")]
public ReadingQuestionTrial ReadingQuestionTrial { get; set; }
}