Working on product detail dialog

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

View File

@@ -26,6 +26,9 @@ export class Product extends Model {
@Column
imageUrl: string
@Column
description: string
// Relations
@BelongsTo(() => Category)