增加QC 添加质疑触发逻辑
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user