diff --git a/src/ReC.Application/Common/Dto/OutResDto.cs b/src/ReC.Application/Common/Dto/OutResDto.cs index 6cbd68e..bad5f79 100644 --- a/src/ReC.Application/Common/Dto/OutResDto.cs +++ b/src/ReC.Application/Common/Dto/OutResDto.cs @@ -10,6 +10,10 @@ public record OutResDto public string? Body { get; set; } + public string? Info { get; set; } + + public string? Error { get; set; } + public string AddedWho { get; set; } = null!; public DateTime AddedWhen { get; set; }