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> /// </summary>
public Guid? ParentId { get; set; } public Guid? ParentId { get; set; }
/// <summary>
/// 数据列
/// </summary>
public string DataTableColumn { get; set; } = string.Empty;
/// <summary> /// <summary>
/// 类型值 /// 类型值
/// </summary> /// </summary>

View File

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