This commit is contained in:
he
2022-09-01 14:03:05 +08:00
parent 102a6f851a
commit ca3c818ac7
5 changed files with 179 additions and 4 deletions
@@ -60,8 +60,11 @@ namespace IRaCIS.Core.Domain.Models
/// CreateUserId
/// </summary>
public Guid CreateUserId { get; set; }
}
[ForeignKey("QuestionId")]
public ReadingQuestionTrial ReadingQuestionTrial { get; set; }
}
}