fixed status

This commit is contained in:
2025-01-24 11:57:58 -06:00
parent d593d0753e
commit 25f767979e
4 changed files with 7 additions and 4 deletions
+1
View File
@@ -15,6 +15,7 @@ public class InventoryItems
public string Brand { get; set; }
public string? SerialNumber { get; set; }
public ItemStatus Status { get; set; }
public string? StatusId { get; set; }
public float? RentalPrice { get; set; }
public float? ReplacementCost { get; set; }
public string? Notes { get; set; }