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