处理延时的任务
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-17 14:32:46 +08:00
parent b0d17b0466
commit 05693d090d
9 changed files with 56 additions and 9 deletions
@@ -83,3 +83,13 @@ public class CheckStateChangedToAuditEventConsumer : IConsumer<CheckStateChanged
}
}
/// <summary>
/// QC 领取了质控任务
/// </summary>
public class QCClaimTaskEventConsumer : IConsumer<QCClaimTaskEvent>
{
public Task Consume(ConsumeContext<QCClaimTaskEvent> context)
{
throw new NotImplementedException();
}
}