修改一版

Uat_Study
he 2022-08-11 15:22:03 +08:00
parent 3563e5e383
commit 8006f7f003
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ namespace IRaCIS.Core.Application.ViewModel
/// <summary>
/// 任务类型
/// </summary>
public ReadingCategory ReadingCategory { get; set; }
public ReadingCategory? ReadingCategory { get; set; }
}