修改一版
parent
c07f333120
commit
4f99b18b09
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue