This commit is contained in:
2025-01-23 20:05:08 -06:00
parent 439fd9d51c
commit 9892684ebc
2 changed files with 15 additions and 12 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 string? StatusId { get; set; }
public ItemStatus StatusId { get; set; }
public float? RentalPrice { get; set; }
public float? ReplacementCost { get; set; }
public string? Notes { get; set; }