修改代码

This commit is contained in:
he
2023-02-07 16:56:18 +08:00
parent 9b1b42f42d
commit 127a9b8221
9 changed files with 240 additions and 0 deletions
@@ -182,6 +182,16 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public DataSources DataSource { get; set; } = DataSources.ManualEntry;
/// <summary>
/// 最大答案长度
/// </summary>
public int? MaxAnswerLength { get; set; }
/// <summary>
/// 文件类型
/// </summary>
public string? FileType { get; set; }
[JsonIgnore]
[ForeignKey("ReadingQuestionCriterionSystemId")]
public ReadingQuestionCriterionSystem ReadingQuestionCriterionSystem { get; set; }