修改site关联

This commit is contained in:
2024-06-03 14:37:38 +08:00
parent 4db3860ade
commit 0e23719c7b
101 changed files with 354 additions and 3290 deletions
@@ -265,7 +265,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string? SiteCode { get; set; }
public Guid? SiteId { get; set; }
public Guid? TrialSiteId { get; set; }
public Guid? SubjectId { get; set; }
@@ -283,7 +283,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string SiteCode { get; set; }
public Guid SiteId { get; set; }
public Guid TrialSiteId { get; set; }
public Guid SubjectId { get; set; }
@@ -359,7 +359,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string OutPlanPreviousVisitName { get; set; }
public Guid? SiteId { get; set; }
public Guid? TrialSiteId { get; set; }
public bool IsVisit { get; set; } = true;