代码修改

This commit is contained in:
he
2024-10-17 10:38:28 +08:00
parent 5745161142
commit a258d3c4ae
3 changed files with 75 additions and 54 deletions
@@ -25,6 +25,10 @@ public class UrgentMedicalReviewAddedEvent : DomainEvent
public class UrgentIRRepliedMedicalReview : DomainEvent
{
public Guid ReadingMedicalReviewDialogId { get; set; }
public Guid MedicalReviewId { get; set; }
public bool IsPD { get; set; }
}
/// <summary>