修改
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -129,7 +129,6 @@ namespace IRaCIS.Core.Application.Service
|
||||
Part = data.Part,
|
||||
TULAT = data.TULAT,
|
||||
TULOC = data.TULOC,
|
||||
|
||||
Remark= data.Remark,
|
||||
OrganType=data.OrganType,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user