This commit is contained in:
2026-02-21 15:53:30 +03:30
parent 6cf1d3c6d4
commit 221e949f32
2 changed files with 8 additions and 1 deletions
@@ -63,4 +63,11 @@ export class Order extends BaseEntity {
@Property({ type: 'json' })
attachments: IAttachment[] = []
@Property({ type: 'string', nullable: true })
printery?: string
@Property({ type: 'string', nullable: true })
Lithography?: string
}