修改一版

This commit is contained in:
he
2022-06-16 11:17:19 +08:00
parent 6b00653569
commit bb181075a5
6 changed files with 42 additions and 5 deletions
@@ -40,9 +40,12 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid CreateUserId { get; set; }
[ForeignKey("CriterionId")]
public List<ReadingQuestionSystem> ReadingQuestionSystemList { get; set; } = new List<ReadingQuestionSystem>();
public Dictionary Dictionary { get; set; }
}