修改一版

This commit is contained in:
he
2022-06-14 16:40:31 +08:00
parent c07f333120
commit 4f99b18b09
@@ -429,8 +429,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 是否是系统数据
/// </summary>
public bool IsSystemData {
get {
public bool IsSystemData
{
get
{
return this.ReadingQuestionCriterionSystemId != null;
}
}