批量处理实体类空行
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,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; }
}
}