product bug

This commit is contained in:
2026-01-24 15:36:07 +03:30
parent bdc76689a5
commit 58e5e3e0d2
5 changed files with 35 additions and 19 deletions
@@ -18,11 +18,14 @@ export class Product extends BaseEntity {
@Property()
title: string;
@Property({ type: 'json' })
desc: string[]
@Property({ type: 'string' })
desc: string
@Property()
prepareTime: number;
@Property({ type: 'json' })
quantities: number[]
// @Property()
// prepareTime: number;
@Property({ type: 'text', nullable: true })
linkUrl?: string;