product module

This commit is contained in:
2026-02-08 15:06:52 +03:30
parent 8aac87add1
commit 92cd7432f5
32 changed files with 359 additions and 259 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export class Product extends BaseEntity {
@Property({ type: 'json', nullable: true })
content?: string[];
@Property({ type: 'decimal', precision: 10, scale: 2, nullable: true })
@Property({ type: 'decimal', precision: 10, scale: 0, nullable: true })
price?: number;
@Property({ type: 'int', nullable: true })