This commit is contained in:
he
2024-10-22 14:55:39 +08:00
parent e26c9b6c1a
commit 6d98b140e1
8 changed files with 121 additions and 60 deletions
@@ -24,6 +24,9 @@ public class CRCSubmitedAndQCToAuditEvent : DomainEvent
/// </summary>
public class CRCRepliedQCChallengeEvent : DomainEvent
{
public bool IsPd { get; set; }
public Guid QCChallengeDialogId { get; set; }
public Guid TrialId { get; set; }
@@ -37,6 +40,9 @@ public class CRCRepliedQCChallengeEvent : DomainEvent
/// </summary>
public class QCRepliedQCChallengeEvent : DomainEvent
{
public bool IsPd { get; set; }
public Guid QCChallengeDialogId { get; set; }
public Guid TrialId { get; set; }