feat: order

This commit is contained in:
efrilm
2025-08-18 14:24:15 +07:00
parent 62eb15b27f
commit d3f2cb300c
19 changed files with 6669 additions and 277 deletions
+3
View File
@@ -24,4 +24,7 @@ class ApiPath {
// Customer
static const String customer = '/api/v1/customers';
// Order
static const String order = '/api/v1/orders';
}