@@ -42,11 +42,11 @@ public class UrgentMIMRepliedMedicalReviewConsumer : IConsumer<UrgentMIMRepliedM
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 加急阅片 IR 申请重阅
|
||||
/// 加急阅片 IR 申请重阅 或者PM 申请重阅
|
||||
/// </summary>
|
||||
public class UrgentIRApplyedReReadingConsumer : IConsumer<UrgentIRApplyedReReading>
|
||||
public class UrgentIRApplyedReReadingConsumer : IConsumer<UrgentApplyedReReading>
|
||||
{
|
||||
public Task Consume(ConsumeContext<UrgentIRApplyedReReading> context)
|
||||
public Task Consume(ConsumeContext<UrgentApplyedReReading> context)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user