backed end add

This commit is contained in:
2025-02-03 10:06:11 -06:00
parent 0203e7bd3b
commit faa8f13a42
6 changed files with 147 additions and 3 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ public class BarkContext(DbContextOptions<BarkContext> options) : DbContext(opti
public class InventoryItems
{
public int Id {get; set;}
public int Id {get; set;}
public int Barcode {get; set;}
public string Name { get; set; }
public string Brand { get; set; }
public string? SerialNumber { get; set; }