table number
This commit is contained in:
@@ -77,6 +77,9 @@ export class Order extends BaseEntity {
|
||||
@Property({ type: 'text', nullable: true })
|
||||
description?: string;
|
||||
|
||||
@Property({ nullable: true })
|
||||
tableNumber?: string;
|
||||
|
||||
@Enum(() => OrderStatus)
|
||||
status!: OrderStatus;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user