Uat_Study
he 2022-08-26 13:42:29 +08:00
parent c64f4d29ed
commit 2be4a31040
2 changed files with 7 additions and 1 deletions

View File

@ -905,6 +905,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public Guid? ParentId { get; set; }
/// <summary>
/// 数据列
/// </summary>
public string DataTableColumn { get; set; } = string.Empty;
/// <summary>
/// 类型值
/// </summary>

View File

@ -1061,7 +1061,8 @@ namespace IRaCIS.Application.Services
RelevanceValue=x.RelevanceValue,
ImageCount = 0,
ParentId = item.Id,
LesionType= item.LesionType,
DataTableColumn= x.DataTableColumn,
LesionType = item.LesionType,
QuestionName = x.QuestionName,
Remark = x.Remark,