修改一版

Uat_Study
he 2022-06-14 16:40:31 +08:00
parent c07f333120
commit 4f99b18b09
1 changed files with 4 additions and 2 deletions

View File

@ -429,8 +429,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary> /// <summary>
/// 是否是系统数据 /// 是否是系统数据
/// </summary> /// </summary>
public bool IsSystemData { public bool IsSystemData
get { {
get
{
return this.ReadingQuestionCriterionSystemId != null; return this.ReadingQuestionCriterionSystemId != null;
} }
} }