Uat_Study
he 2022-08-15 09:21:30 +08:00
parent 9e719f5158
commit fc6154a04c
3 changed files with 20 additions and 1 deletions

View File

@ -34,6 +34,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 表格问题类型
/// </summary>
public TableQuestionType TableQuestionType { get; set; }
/// <summary>
/// 依赖父问题
/// </summary>
public Guid? DependParentId { get; set; }
}
@ -77,6 +83,14 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 表格问题类型
/// </summary>
public TableQuestionType TableQuestionType { get; set; }
/// <summary>
/// 依赖父问题
/// </summary>
public Guid? DependParentId { get; set; }
}
public class ReadingCriterionPageView

View File

@ -129,7 +129,6 @@ namespace IRaCIS.Core.Application.Service
Part = data.Part,
TULAT = data.TULAT,
TULOC = data.TULOC,
Remark= data.Remark,
OrganType=data.OrganType,
};

View File

@ -106,6 +106,12 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public string DataTableColumn { get; set; }
/// <summary>
/// 依赖父问题
/// </summary>
public Guid? DependParentId { get; set; }
/// <summary>
/// 表格问题类型
/// </summary>