批量处理实体类空行
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;
@@ -35,8 +31,6 @@ namespace IRaCIS.Core.Domain.Models
}
}
[NotMapped]
public List<string> RelevanceValueList
{
@@ -62,8 +56,6 @@ namespace IRaCIS.Core.Domain.Models
public Guid ReadingQuestionId { get; set; }
public string Type { get; set; } = string.Empty;
public Guid? ParentId { get; set; }
/// <summary>
@@ -127,8 +119,6 @@ namespace IRaCIS.Core.Domain.Models
/// 数据列
/// </summary>
public string DataTableColumn { get; set; } = string.Empty;
/// <summary>
/// 关联父问题
/// </summary>
@@ -158,8 +148,6 @@ namespace IRaCIS.Core.Domain.Models
/// 字典code
/// </summary>
public string DictionaryCode { get; set; } = string.Empty;
/// <summary>
/// 数值类型
/// </summary>
@@ -199,9 +187,5 @@ namespace IRaCIS.Core.Domain.Models
/// 问题分类
/// </summary>
public QuestionClassify? QuestionClassify { get; set; }
}
}