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

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