wip
This commit is contained in:
@@ -15,6 +15,8 @@ public record ItemEntry
|
||||
|
||||
public int State { get; set; } = 0;
|
||||
|
||||
public required string Category { get; set; }
|
||||
|
||||
public ICollection<TagEntry>? Tags { get; }
|
||||
|
||||
public ICollection<BlobEntry>? Blobs { get; }
|
||||
|
||||
Reference in New Issue
Block a user