添加问题分类字段

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