mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-06-13 06:11:55 +00:00
added weight field
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user