This commit is contained in:
he
2024-10-21 17:58:30 +08:00
parent 80f05c2b74
commit 51c4bcc10b
5 changed files with 108 additions and 7 deletions
@@ -15,6 +15,7 @@ public class CRCSubmitedAndQCToAuditEvent : DomainEvent
{
public Guid SubjectVisitId { get; set; }
public bool IsPd { get; set; }
}