broke and fixed db at the same time

This commit is contained in:
2025-01-24 09:06:32 -06:00
parent 9892684ebc
commit b7aa576727
10 changed files with 7 additions and 519 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ public class InventoryItems
public string Name { get; set; }
public string Brand { get; set; }
public string? SerialNumber { get; set; }
public ItemStatus StatusId { get; set; }
public ItemStatus Status { get; set; }
public float? RentalPrice { get; set; }
public float? ReplacementCost { get; set; }
public string? Notes { get; set; }