Working on product detail dialog

This commit is contained in:
2024-09-08 20:35:10 +02:00
parent 3f061f0136
commit ed99709afd
5 changed files with 85 additions and 9 deletions

View File

@@ -2,6 +2,7 @@ export class ProductModel {
id: number = -1
brand: string = ""
name: string = ""
description: string = ""
categoryId: number = 0
price: number = 0
discount: number = 0