修改
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
5576b54518
commit
11dd4fa789
|
@ -1865,6 +1865,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
|
|
||||||
public int ShowOrder { get; set; }
|
public int ShowOrder { get; set; }
|
||||||
|
|
||||||
|
public bool HasChildren => Children.Count() > 0;
|
||||||
|
|
||||||
public List<TrialQuestionExport> Children { get; set; } = new List<TrialQuestionExport>();
|
public List<TrialQuestionExport> Children { get; set; } = new List<TrialQuestionExport>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue