修改一版

This commit is contained in:
he
2022-09-30 10:04:33 +08:00
parent c297bf0293
commit eac351f003
5 changed files with 113 additions and 3 deletions
@@ -54,13 +54,20 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid CreateUserId { get; set; }
[JsonIgnore]
/// <summary>
/// 标准类型
/// </summary>
public CriterionType CriterionType { get; set; }
[JsonIgnore]
public List<ReadingQuestionSystem> ReadingQuestionSystemList { get; set; } = new List<ReadingQuestionSystem>();
//[JsonIgnore]
//[ForeignKey("CriterionId")]
//public Dictionary Dictionary { get; set; }
}