修改
continuous-integration/drone/push Build is running

This commit is contained in:
he
2025-04-02 15:52:07 +08:00
parent 17e4ed38be
commit 5acd56689b
2 changed files with 2 additions and 2 deletions
@@ -43,7 +43,7 @@ namespace IRaCIS.Core.Application.Contracts
public Guid Id { get; set; }
public Guid TrialId { get; set; }
public Guid? SiteId { get; set; }
public Guid? SiteId => Id;
public string TrialSiteCode { get; set; } = string.Empty;