This commit is contained in:
TheXamlGuy
2024-05-31 14:07:35 +01:00
parent eb5306f956
commit 93130c3116
26 changed files with 147 additions and 71 deletions
+2
View File
@@ -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; }