This commit is contained in:
he
2022-09-20 11:43:17 +08:00
parent d28d8e0592
commit 8dff5c30c6
4 changed files with 7 additions and 7 deletions
@@ -132,7 +132,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary>
/// 问题类型
/// </summary>
public TableQuestionType QuestionGenre { get; set; }
public TableQuestionType? QuestionGenre { get; set; }
[JsonIgnore]
[ForeignKey("ReadingQuestionCriterionSystemId")]