修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-10-23 17:05:27 +08:00
parent 9a74b81e93
commit 61278375ba
6 changed files with 63 additions and 1 deletions
@@ -322,6 +322,13 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid? ClassifyTableQuestionId { get; set; }
/// <summary>
/// 分类问题类型
/// </summary>
public ClassifyType? ClassifyType { get; set; }
public string ClassifyAlgorithms { get; set; } = string.Empty;
@@ -484,6 +491,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid? ClassifyTableQuestionId { get; set; }
/// <summary>
/// 分类问题类型
/// </summary>
public ClassifyType? ClassifyType { get; set; }
public string ClassifyAlgorithms { get; set; } = string.Empty;
/// <summary>
@@ -1150,6 +1162,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public string GroupEnName { get; set; } = string.Empty;
/// <summary>
/// 分类问题类型
/// </summary>
public ClassifyType? ClassifyType { get; set; }
public List<string> ParentTriggerValueList { get; set; } = new List<string>();
public List<string> RelevanceValueList { get; set; } = new List<string>();
public List<CalculateInfo> CalculateQuestionList { get; set; }
@@ -1165,6 +1182,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
[Comment("导出标识")]
public ExportIdentification? ExportIdentification { get; set; }
/// <summary>
/// 分类问题类型
/// </summary>
public ClassifyType? ClassifyType { get; set; }
/// <summary>
/// 分类算法
/// </summary>
@@ -1748,7 +1770,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class AddOrUpdateReadingQuestionSystemInDto
{
/// <summary>
/// 分类问题类型
/// </summary>
public ClassifyType? ClassifyType { get; set; }
/// <summary>
/// 导出标识
@@ -1991,6 +2016,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public Guid? Id { get; set; }
/// <summary>
/// 分类问题类型
/// </summary>
public ClassifyType? ClassifyType { get; set; }
/// <summary>
/// 导出标识
/// </summary>