This commit is contained in:
he
2024-10-23 11:47:21 +08:00
parent c4501321ed
commit 2d90ecd90f
7 changed files with 279 additions and 27 deletions
@@ -57,6 +57,9 @@ public class QCRepliedQCChallengeEvent : DomainEvent
/// </summary>
public class CRCRepliedCheckChallengeEvent : DomainEvent
{
public bool IsPd { get; set; }
public Guid CheckChallengeDialogId { get; set; }
public Guid TrialId { get; set; }
@@ -81,6 +84,9 @@ public class PMRepliedCheckChallengeEvent : DomainEvent
/// </summary>
public class CheckStateChangedToAuditEvent : DomainEvent
{
public bool IsPd { get; set; }
public Guid SubjectVisitId { get; set; }
}