feat(inventory): add origin field to InventoryItem and update related DTOs and services
This commit is contained in:
@@ -89,6 +89,7 @@ model InventoryItem {
|
||||
quantity Decimal @db.Decimal(10, 2)
|
||||
unit String
|
||||
brand String?
|
||||
origin String?
|
||||
receiptName String?
|
||||
location String?
|
||||
purchaseDate DateTime?
|
||||
|
||||
Reference in New Issue
Block a user