add product inventory

This commit is contained in:
Aditya Siregar
2025-08-13 21:02:26 +07:00
parent 58dc92c722
commit 9e74d415b3
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ type InventoryResponse struct {
ID uuid.UUID
OutletID uuid.UUID
ProductID uuid.UUID
ProductName string
Quantity int
ReorderLevel int
IsLowStock bool