修改trialsiteId
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-03 15:33:05 +08:00
parent 0295b7d919
commit 47166ab2eb
@@ -38,7 +38,7 @@ namespace IRaCIS.Core.Application.Contracts.DTO
public class TrialSiteCommand
{
public Guid TrialId { get; set; }
public Guid TrialSiteId { get; set; }
public Guid SiteId { get; set; }
public string SiteName { get; set; }