order page

This commit is contained in:
efrilm
2025-10-27 21:55:19 +07:00
parent b8eefcbac0
commit 8bd61eb58e
38 changed files with 8795 additions and 89 deletions
+1
View File
@@ -6,4 +6,5 @@ class ApiPath {
static const String tables = '/api/v1/tables';
static const String customers = '/api/v1/customers';
static const String paymentMethods = '/api/v1/payment-methods';
static const String orders = '/api/v1/orders';
}