初始提交
This commit is contained in:
9
bin/const/Constants.dart
Normal file
9
bin/const/Constants.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
class Constants {
|
||||
static const int port = 9200;
|
||||
static const String serviceName = "vsbs_room";
|
||||
|
||||
static int default_page = 1;
|
||||
static int default_limit_max = 999999;
|
||||
static int default_limit = 10;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user