修改一版

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>
public bool IsSystemData {
get {
public bool IsSystemData
{
get
{
return this.ReadingQuestionCriterionSystemId != null;
}
}