sync page

This commit is contained in:
efrilm
2025-10-24 23:20:41 +07:00
parent 6892895021
commit 79e109cfe4
10 changed files with 669 additions and 63 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
class AppConstant {
static const String appName = "Apskel POS";
static const String dbName = "apskel_pos.db";
static const int cacheExpire = 10; // in minutes
}