修改一版
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue