推送记录增加监控字段
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
hang 2025-09-19 15:45:34 +08:00
parent 29c137a2c5
commit b2389403d9
1 changed files with 2 additions and 0 deletions

View File

@ -1029,6 +1029,8 @@ namespace IRaCIS.Application.Contracts
public int StudyCount { get; set; }
public string UploadJsonStr { get; set; }
public Guid TrialId { get; set; }
public Guid TrialSiteId { get; set; }