修改
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user