This commit is contained in:
2026-01-24 16:13:37 +03:30
parent 64d6d1e391
commit 05edc9abb4
14 changed files with 240 additions and 50 deletions
@@ -100,6 +100,9 @@ export class Order extends BaseEntity {
@Property({ type: 'json', nullable: true })
attachments?: string[]
@Property({ type: 'json', nullable: true })
printIds?: string[]
@Property({ type: 'string', nullable: true })
paymentMethod?: string;