feat: table page
This commit is contained in:
@@ -68,18 +68,18 @@ class TableData {
|
||||
}
|
||||
|
||||
class TableModel {
|
||||
final String? id;
|
||||
final String? organizationId;
|
||||
final String? outletId;
|
||||
final String? tableName;
|
||||
final String? status;
|
||||
final int? paymentAmount;
|
||||
final double? positionX;
|
||||
final double? positionY;
|
||||
final int? capacity;
|
||||
final bool? isActive;
|
||||
final DateTime? createdAt;
|
||||
final DateTime? updatedAt;
|
||||
String? id;
|
||||
String? organizationId;
|
||||
String? outletId;
|
||||
String? tableName;
|
||||
String? status;
|
||||
int? paymentAmount;
|
||||
double? positionX;
|
||||
double? positionY;
|
||||
int? capacity;
|
||||
bool? isActive;
|
||||
DateTime? createdAt;
|
||||
DateTime? updatedAt;
|
||||
|
||||
TableModel({
|
||||
this.id,
|
||||
|
||||
Reference in New Issue
Block a user