Working on product detail dialog
This commit is contained in:
@@ -26,6 +26,9 @@ export class Product extends Model {
|
||||
|
||||
@Column
|
||||
imageUrl: string
|
||||
|
||||
@Column
|
||||
description: string
|
||||
|
||||
// Relations
|
||||
@BelongsTo(() => Category)
|
||||
|
||||
Reference in New Issue
Block a user