@@ -11,9 +11,9 @@ namespace IRaCIS.Core.Application.MassTransit.Consumer;
|
||||
|
||||
|
||||
|
||||
public class QCImageQuestionScheduleConsumer : IConsumer<QCImageQuestionSchedule>
|
||||
public class QCImageQuestionScheduleConsumer : IConsumer<QCImageQuestionRecurringSchedule>
|
||||
{
|
||||
public Task Consume(ConsumeContext<QCImageQuestionSchedule> context)
|
||||
public Task Consume(ConsumeContext<QCImageQuestionRecurringSchedule> context)
|
||||
{
|
||||
Console.WriteLine(DateTime.Now);
|
||||
|
||||
|
||||
+3
-3
@@ -32,7 +32,7 @@ public abstract class IRCRecurringSchedule :
|
||||
/// <summary>
|
||||
/// QC 影像质疑待处理
|
||||
/// </summary>
|
||||
public class QCImageQuestionSchedule : IRCRecurringSchedule
|
||||
public class QCImageQuestionRecurringSchedule : IRCRecurringSchedule
|
||||
{
|
||||
|
||||
}
|
||||
@@ -40,7 +40,7 @@ public class QCImageQuestionSchedule : IRCRecurringSchedule
|
||||
/// <summary>
|
||||
/// CRC 影像质疑
|
||||
/// </summary>
|
||||
public class CRCImageQuestionSchedule : IRCRecurringSchedule
|
||||
public class CRCImageQuestionRecurringSchedule : IRCRecurringSchedule
|
||||
{
|
||||
|
||||
}
|
||||
@@ -48,7 +48,7 @@ public class CRCImageQuestionSchedule : IRCRecurringSchedule
|
||||
/// <summary>
|
||||
/// 影像质控
|
||||
/// </summary>
|
||||
public class ImageQCSchedule : IRCRecurringSchedule
|
||||
public class ImageQCRecurringSchedule : IRCRecurringSchedule
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user