查询返回TrialSiteCode
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-11 11:15:35 +08:00
parent 751c976f95
commit 6a8b01425d
4 changed files with 12 additions and 4 deletions
@@ -550,6 +550,8 @@ namespace IRaCIS.Core.Application.Contracts
{
public Guid TrialId { get; set; }
public string TrialSiteCode { get; set; }
public string SubjectCode { get; set; }
public bool IsSuccess { get; set; }