Working on product detail dialog
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user