This commit is contained in:
he
2022-09-22 17:03:16 +08:00
parent 8ab0241225
commit 53739d2177
5 changed files with 41 additions and 22 deletions
@@ -56,6 +56,13 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid CreateUserId { get; set; }
/// <summary>
/// RowId
/// </summary>
public Guid RowId { get; set; }
[ForeignKey("QuestionId")]
public ReadingQuestionTrial ReadingQuestionTrial { get; set; }