@@ -180,6 +180,11 @@ public class ReadingTableQuestionTrial : BaseAddAuditEntity
|
||||
[Comment("导出结果")]
|
||||
public string ExportResultStr { get; set; } = "[]";
|
||||
|
||||
/// <summary>
|
||||
/// 导出的CDISCName
|
||||
/// </summary>
|
||||
public string CDISCCode { get; set; } = string.Empty;
|
||||
|
||||
[NotMapped]
|
||||
public List<ExportResult> ExportResult
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user