批量处理实体类空行
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-20 14:34:32 +08:00
parent 7524d39213
commit 718ddefe97
163 changed files with 0 additions and 1923 deletions
@@ -1,7 +1,3 @@
using IRaCIS.Core.Domain.Share;
using System.Linq;
@@ -38,8 +34,6 @@ namespace IRaCIS.Core.Domain.Models
}
}
[NotMapped]
public List<string> RelevanceValueList
{
@@ -57,8 +51,6 @@ namespace IRaCIS.Core.Domain.Models
}
}
[NotMapped]
public List<CalculateInfo> CalculateQuestionList
{
@@ -85,38 +77,24 @@ namespace IRaCIS.Core.Domain.Models
/// 项目问题的Id ReadingQuestionTrial的id
/// </summary>
public Guid ReadingQuestionId { get; set; }
public string Type { get; set; } = string.Empty;
public Guid? ParentId { get; set; }
public string ParentTriggerValue { get; set; } = string.Empty;
public string QuestionName { get; set; } = string.Empty;
public IsRequired IsRequired { get; set; }
public int ShowOrder { get; set; }
public string TypeValue { get; set; } = string.Empty;
public bool IsEnable { get; set; }
public string Remark { get; set; } = string.Empty;
public Guid? RelevanceId { get; set; }
public string RelevanceValue { get; set; } = string.Empty;
public int ShowQuestion { get; set; }
public int? MaxRowCount { get; set; }
public string DataTableName { get; set; } = string.Empty;
@@ -128,16 +106,12 @@ namespace IRaCIS.Core.Domain.Models
public Guid? DependParentId { get; set; }
public IsDepend IsDepend { get; set; }
public Guid TrialCriterionId { get; set; }
/// <summary>
/// 问题标识
/// </summary>
public QuestionMark? QuestionMark { get; set; }
/// <summary>
/// 字典code
/// </summary>
@@ -197,9 +171,6 @@ namespace IRaCIS.Core.Domain.Models
/// 问题分类
/// </summary>
public QuestionClassify? QuestionClassify { get; set; }
/// <summary>
/// 复制病灶的时候 是否复制这个问题
/// </summary>
@@ -209,10 +180,5 @@ namespace IRaCIS.Core.Domain.Models
/// 系统表格问题Id
/// </summary>
public Guid? SystemTableQuestionId { get; set; }
}
}