product bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user