修改一版

This commit is contained in:
he
2022-08-30 13:23:42 +08:00
parent b15505f2ba
commit d4a1f6f113
6 changed files with 103 additions and 10 deletions
@@ -60,6 +60,10 @@ namespace IRaCIS.Core.Domain.Models
public ReadingQuestionTrial ReadingQuestionTrial { get; set; }
[ForeignKey("TableQuestionId")]
public ReadingTableQuestionTrial ReadingTableQuestionTrial { get; set; }
}