added weight field

This commit is contained in:
2025-05-04 14:35:12 -05:00
parent e6c93f4fe7
commit afecdefb8d
5 changed files with 147 additions and 2 deletions
+1
View File
@@ -17,6 +17,7 @@ public class InventoryItems
public string? SerialNumber { get; set; }
public ItemStatus Status { get; set; }
public string? StatusId { get; set; }
public float? Weight { get; set; }
public float? RentalPrice { get; set; }
public float? ReplacementCost { get; set; }
public string? Notes { get; set; }