@@ -1176,6 +1176,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public string QuestionName { get; set; }
|
||||
public string TranslateDicName { get; set; }
|
||||
public string CDISCCode { get; set; }
|
||||
|
||||
public string GroupName { get; set; }
|
||||
}
|
||||
|
||||
|
||||
@@ -1193,6 +1195,10 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public string TranslateDicName { get; set; }
|
||||
|
||||
public string CDISCCode { get; set; }
|
||||
|
||||
//外层问题会重复,所以需要分组名
|
||||
|
||||
public string Group { get; set; }
|
||||
}
|
||||
public class CommonEvaluationExport
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user