This commit is contained in:
2022-10-28 09:17:18 +08:00
parent 62cbff488c
commit 5eb076094e
2 changed files with 2 additions and 2 deletions
@@ -191,7 +191,7 @@ namespace IRaCIS.Core.Application.ViewModel
public ReadingCategory ReadingCategory { get; set; }
public CriterionType CriterionTypeEnum { get; set; }
public CriterionType? CriterionTypeEnum { get; set; }
public bool IsGeneral { get; set; }
}