mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:26:30 +00:00
fixed bugs with queue handling. At least most of them
This commit is contained in:
@@ -2,7 +2,8 @@ namespace Azaion.Common.Database;
|
||||
|
||||
public class AnnotationQueueRecord
|
||||
{
|
||||
public DateTime DateTime { get; set; }
|
||||
public AnnotationStatus Operation { get; set; }
|
||||
public Guid Id { get; set; }
|
||||
public DateTime DateTime { get; set; }
|
||||
public AnnotationStatus Operation { get; set; }
|
||||
public List<string> AnnotationNames { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user