feat: colum stock in product

This commit is contained in:
fernanda-one
2024-08-24 00:37:43 +07:00
parent b7799b7ada
commit 56f7baf21d
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ type Product struct {
Description string `json:"description"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
Stock int64 `json:"stock"`
}
type ProductList struct {