[FA-misc] Mass transit overhaul, needs testing and review
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using NodaTime;
|
||||
|
||||
namespace FictionArchive.Service.ReportingService.Models.DTOs;
|
||||
|
||||
public class JobHistoryEntryDto
|
||||
{
|
||||
public required string FromState { get; set; }
|
||||
public required string ToState { get; set; }
|
||||
public string? Message { get; set; }
|
||||
public string? Error { get; set; }
|
||||
public Instant Timestamp { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user