@@ -1899,6 +1899,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public Guid? GroupId { get; set; }
|
||||
|
||||
public bool IsGroup { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// 导出的CDISCName
|
||||
/// </summary>
|
||||
|
||||
@@ -135,6 +135,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
QuestionName = _userInfo.IsEn_Us ? x.GroupEnName : x.GroupName,
|
||||
ExportResult = x.ExportResult,
|
||||
GroupId= x.GroupId,
|
||||
IsGroup= true,
|
||||
ShowOrder = x.ShowOrder,
|
||||
IsTableQuestion = false,
|
||||
CDISCCode = x.CDISCCode,
|
||||
|
||||
Reference in New Issue
Block a user