diff --git a/src/ReC.Application/RecActions/Commands/InvokeRecActionViewCommand.cs b/src/ReC.Application/RecActions/Commands/InvokeRecActionViewCommand.cs index bea24e6..3f190f3 100644 --- a/src/ReC.Application/RecActions/Commands/InvokeRecActionViewCommand.cs +++ b/src/ReC.Application/RecActions/Commands/InvokeRecActionViewCommand.cs @@ -23,6 +23,7 @@ public record InvokeRecActionViewCommand : IRequest public record InvokeReferencesDto { + public string? BatchId { get; init; } public string? Reference1 { get; init; } public string? Reference2 { get; init; } public string? Reference3 { get; init; }