Uat_Study
parent
c64f4d29ed
commit
2be4a31040
|
@ -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>
|
||||
|
|
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in New Issue