邮件修改

This commit is contained in:
he
2024-10-24 13:26:02 +08:00
parent a7cfc1714a
commit fcb603abc6
3 changed files with 222 additions and 10 deletions
@@ -72,6 +72,8 @@ public class CRCRepliedCheckChallengeEvent : DomainEvent
/// </summary>
public class PMRepliedCheckChallengeEvent : DomainEvent
{
public bool IsPd { get; set; }
public Guid CheckChallengeDialogId { get; set; }
public Guid TrialId { get; set; }
@@ -99,4 +101,6 @@ public class QCClaimTaskEvent : DomainEvent
public Guid SubjectVisitId { get; set; }
public Guid CurrentActionUserId { get; set; }
public bool IsPd { get; set; }
}