This commit is contained in:
he
2022-09-20 11:11:48 +08:00
parent e5f57faf36
commit 1c4323a56c
5 changed files with 65 additions and 5 deletions
@@ -129,6 +129,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid CreateUserId { get; set; }
/// <summary>
/// 问题类型
/// </summary>
public TableQuestionType QuestionGenre { get; set; }
[JsonIgnore]
[ForeignKey("ReadingQuestionCriterionSystemId")]
public ReadingQuestionCriterionSystem ReadingQuestionCriterionSystem { get; set; }