Product images

This commit is contained in:
2024-09-06 18:49:22 +02:00
parent 6af4388671
commit c18f0e0484
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 = ""
}