This commit is contained in:
he
2022-08-26 13:30:54 +08:00
parent 352864b08c
commit c8fa42b304
2 changed files with 27 additions and 1 deletions
@@ -984,6 +984,28 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string OrderMark { get; set; } = string.Empty;
/// <summary>
/// 关联父问题
/// </summary>
public Guid? DependParentId { get; set; }
/// <summary>
/// 是否关联
/// </summary>
public IsDepend? IsDepend { get; set; }
/// <summary>
/// 表格问题类型
/// </summary>
public TableQuestionType? TableQuestionType { get; set; }
/// <summary>
/// 问题标识
/// </summary>
public QuestionMark? QuestionMark { get; set; }
//public List<TableQuestionDataInfo> TableQuestions { get; set; }