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

IRC_NewDev
hang 2024-06-03 15:33:05 +08:00
parent 0295b7d919
commit 47166ab2eb
1 changed files with 1 additions and 1 deletions

View File

@ -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; }