批量处理实体类空行
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,10 +1,4 @@
namespace IRaCIS.Core.Domain.Models;
[Comment("受试者 - 临床表单表格问题行记录")]
[Table("ClinicalAnswerRowInfo")]
public class ClinicalAnswerRowInfo : BaseAddAuditEntity
@@ -12,8 +6,6 @@ public class ClinicalAnswerRowInfo : BaseAddAuditEntity
#region
#endregion
[Comment(" 表单Id")]
public Guid ClinicalFormId { get; set; }
@@ -25,6 +17,3 @@ public class ClinicalAnswerRowInfo : BaseAddAuditEntity
[Comment(" 受试者Id")]
public Guid SubjectId { get; set; }
}
@@ -1,9 +1,4 @@
namespace IRaCIS.Core.Domain.Models;
[Comment("受试者 - 临床表单")]
[Table("ClinicalForm")]
public class ClinicalForm : BaseAddAuditEntity
@@ -36,6 +31,3 @@ public class ClinicalForm : BaseAddAuditEntity
public Guid? VisitId { get; set; }
}
@@ -1,6 +1,3 @@
namespace IRaCIS.Core.Domain.Models;
[Comment("受试者 - 临床表单问题答案")]
@@ -8,8 +5,6 @@ namespace IRaCIS.Core.Domain.Models;
public class ClinicalQuestionAnswer : BaseAddAuditEntity
{
#region
[JsonIgnore]
[ForeignKey("ClinicalFormId")]
public ClinicalForm ClinicalForm { get; set; }
@@ -29,7 +24,3 @@ public class ClinicalQuestionAnswer : BaseAddAuditEntity
[Comment(" 受试者Id")]
public Guid SubjectId { get; set; }
}
@@ -1,6 +1,3 @@
namespace IRaCIS.Core.Domain.Models;
[Comment("受试者 - 临床表单表格问题答案")]
@@ -31,7 +28,3 @@ public partial class ClinicalTableAnswer : BaseAddAuditEntity
public Guid TableQuestionId { get; set; }
}
@@ -1,6 +1,3 @@
namespace IRaCIS.Core.Domain.Models
{
///<summary>
@@ -17,9 +14,6 @@ namespace IRaCIS.Core.Domain.Models
[ForeignKey("ClinicalFormId")]
public ClinicalForm ClinicalForm { get; set; }
#endregion
public Guid SubjectId { get; set; }
public Guid TrialId { get; set; }
@@ -28,11 +22,5 @@ namespace IRaCIS.Core.Domain.Models
/// 表单Id
/// </summary>
public Guid ClinicalFormId { get; set; }
}
}