修改一版

This commit is contained in:
he
2022-08-25 14:29:46 +08:00
parent 7c08e7606c
commit 01796ad344
3 changed files with 59 additions and 48 deletions
@@ -136,6 +136,10 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public QuestionMark? QuestionMark { get; set; }
[ForeignKey("DependParentId")]
public ReadingTableQuestionTrial DependParentQuestion { get; set; }
}