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