Move Table with confirm

This commit is contained in:
Amritanshu
2019-08-10 14:21:40 +05:30
parent 4fb8d9118e
commit 2fcff26e34
12 changed files with 248 additions and 33 deletions

View File

@ -7,4 +7,9 @@ export class Table {
section: Section;
isActive: boolean;
voucherId?: string;
status?: string;
pax?: number;
guest?: string;
date?: string;
amount?: number;
}