TestMasstransitMeditor
continuous-integration/drone/push Build is passing

This commit is contained in:
hang
2024-10-04 17:54:55 +08:00
parent fea009bf0c
commit 874c8718b1
9 changed files with 176 additions and 17 deletions
@@ -14,3 +14,11 @@ public class AddSubjectTriggerCommand : DomainCommand
public Guid TrialSiteId { get; set; }
}
public class AddSubjectTriggerCommand2
{
public Guid SubjectId { get; set; }
public Guid TrialId { get; set; }
public Guid TrialSiteId { get; set; }
}