批量处理实体类空行
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;
namespace IRaCIS.Core.Domain.Models
@@ -114,9 +110,6 @@ namespace IRaCIS.Core.Domain.Models
/// 关联ID
/// </summary>
public Guid? RelevanceId { get; set; }
/// <summary>
/// 父问题Id
/// </summary>
@@ -156,9 +149,5 @@ namespace IRaCIS.Core.Domain.Models
/// 自定义计算问题
/// </summary>
public string CalculateQuestions { get; set; } = "[]";
}
}
@@ -1,7 +1,3 @@
using IRaCIS.Core.Domain.Share;
using System.Linq;
@@ -86,8 +82,6 @@ namespace IRaCIS.Core.Domain.Models
/// 是否必填
/// </summary>
public IsRequired IsRequired { get; set; }
/// <summary>
/// 外层问题Id
/// </summary>
@@ -112,10 +106,5 @@ namespace IRaCIS.Core.Domain.Models
/// 关联Value
/// </summary>
public string RelevanceValue { get; set; } = string.Empty;
}
}
@@ -1,7 +1,3 @@
using IRaCIS.Core.Domain.Share;
namespace IRaCIS.Core.Domain.Models
@@ -32,9 +28,6 @@ namespace IRaCIS.Core.Domain.Models
}
}
[JsonIgnore]
[ForeignKey("TrialClinicalId")]
public ClinicalDataTrialSet ClinicalDataTrialSet { get; set; }
@@ -119,9 +112,6 @@ namespace IRaCIS.Core.Domain.Models
/// 系统临床问题Id
/// </summary>
public Guid? SystemClinicalQuestionId { get; set; }
/// <summary>
/// 父问题Id
/// </summary>
@@ -167,9 +157,5 @@ namespace IRaCIS.Core.Domain.Models
/// 单位
/// </summary>
public string Unit { get; set; } = string.Empty;
}
}
@@ -1,7 +1,3 @@
using IRaCIS.Core.Domain.Share;
using System.Linq;
@@ -127,9 +123,5 @@ namespace IRaCIS.Core.Domain.Models
/// 关联Value
/// </summary>
public string RelevanceValue { get; set; } = string.Empty;
}
}