修改一版

This commit is contained in:
he
2022-08-11 15:22:03 +08:00
parent 3563e5e383
commit 8006f7f003
@@ -308,7 +308,7 @@ namespace IRaCIS.Core.Application.ViewModel
/// <summary>
/// 任务类型
/// </summary>
public ReadingCategory ReadingCategory { get; set; }
public ReadingCategory? ReadingCategory { get; set; }
}