Revert "添加问题分类字段"

This reverts commit da9a7affa9.
This commit is contained in:
he
2023-09-14 15:45:32 +08:00
parent 92c435cf23
commit b6b5a5d0de
10 changed files with 33 additions and 135 deletions
@@ -202,10 +202,6 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public string? FileType { get; set; }
/// <summary>
/// 问题分类
/// </summary>
public QuestionClassify? QuestionClassify { get; set; }
[JsonIgnore]
[ForeignKey("GroupId")]