mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-06-13 06:11:55 +00:00
more status
This commit is contained in:
@@ -14,7 +14,7 @@ public class InventoryItems
|
||||
public string Name { get; set; }
|
||||
public string Brand { get; set; }
|
||||
public string? SerialNumber { get; set; }
|
||||
public string? Status { get; set; }
|
||||
public string? StatusId { get; set; }
|
||||
public float? RentalPrice { get; set; }
|
||||
public float? ReplacementCost { get; set; }
|
||||
public string? Notes { get; set; }
|
||||
@@ -24,4 +24,5 @@ public class ItemStatus
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public ICollection<InventoryItems> Items { get; } = new List<InventoryItems>();
|
||||
}
|
||||
Reference in New Issue
Block a user