fixed things

This commit is contained in:
2025-01-24 10:58:16 -06:00
parent f1bad20522
commit a7458e1419
4 changed files with 127 additions and 7 deletions
-1
View File
@@ -24,5 +24,4 @@ public class ItemStatus
{
public string Id { get; set; }
public string Name { get; set; }
public ICollection<InventoryItems> Items { get; } = new List<InventoryItems>();
}