Move Table with confirm
This commit is contained in:
@ -7,4 +7,9 @@ export class Table {
|
||||
section: Section;
|
||||
isActive: boolean;
|
||||
voucherId?: string;
|
||||
status?: string;
|
||||
pax?: number;
|
||||
guest?: string;
|
||||
date?: string;
|
||||
amount?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user