add product inventory
This commit is contained in:
@@ -36,6 +36,7 @@ type InventoryResponse struct {
|
||||
ID uuid.UUID
|
||||
OutletID uuid.UUID
|
||||
ProductID uuid.UUID
|
||||
ProductName string
|
||||
Quantity int
|
||||
ReorderLevel int
|
||||
IsLowStock bool
|
||||
|
||||
Reference in New Issue
Block a user