Product images

This commit is contained in:
2024-09-06 18:49:22 +02:00
parent 53d079c95f
commit b585ceb81b
5 changed files with 21 additions and 17 deletions

View File

@@ -6,6 +6,7 @@ export class ProductModel {
price: number = 0
discount: number = 0
rating: number = 1
imageUrl: string = ""
createdAt: string = ""
updatedAt: string = ""
}