修改一版

This commit is contained in:
he
2022-06-14 10:39:34 +08:00
parent 8a459af6c6
commit fb6c236b71
4 changed files with 41 additions and 4 deletions
@@ -40,8 +40,8 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid CreateUserId { get; set; }
public List<ReadingQuestionSystem> ReadingQuestionSystemList { get; set; } = new List<ReadingQuestionSystem>();
}