[JsonIgnore]

This commit is contained in:
2022-12-28 14:19:59 +08:00
parent dd45ad0c07
commit c8d1e2fb6b
41 changed files with 98 additions and 59 deletions
@@ -154,6 +154,7 @@ namespace IRaCIS.Core.Domain.Models
public DataSources DataSource { get; set; } = DataSources.ManualEntry;
[ForeignKey("DependParentId")]
[JsonIgnore]
public ReadingTableQuestionSystem DependParentQuestion { get; set; }
}