增加QC 添加质疑触发逻辑

This commit is contained in:
2024-10-31 15:54:54 +08:00
parent df04878154
commit a9c9486162
2 changed files with 33 additions and 5 deletions
@@ -43,7 +43,9 @@ public class QCRepliedQCChallengeEvent : DomainEvent
public bool IsPd { get; set; }
public Guid QCChallengeDialogId { get; set; }
public Guid? QCChallengeDialogId { get; set; }
public Guid? QCChallengeId { get; set; }
public Guid TrialId { get; set; }
@@ -52,6 +54,8 @@ public class QCRepliedQCChallengeEvent : DomainEvent
}
/// <summary>
/// CRC 回复一致性核查质疑 通知PM
/// </summary>