customer page

This commit is contained in:
efrilm
2025-10-26 22:57:22 +07:00
parent 5c683eda8d
commit 0bffd92a08
22 changed files with 3727 additions and 3 deletions
+1
View File
@@ -4,4 +4,5 @@ class ApiPath {
static const String categories = '/api/v1/categories';
static const String products = '/api/v1/products';
static const String tables = '/api/v1/tables';
static const String customers = '/api/v1/customers';
}