feature: Ward Gateway Service (Local-First Clinical Path)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public class SyncOutboxEntry
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public Guid? BatchId { get; set; }
|
||||
public SyncOutboxStatus Status { get; set; } = SyncOutboxStatus.Pending;
|
||||
public DateTimeOffset CreatedAt { get; set; }
|
||||
public DateTimeOffset? SubmittedAt { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user