11 lines
409 B
Dart
11 lines
409 B
Dart
class AppViewParameterKeys {
|
|
static const String deviceList = "deviceList";
|
|
static const String lockInfo = "lockInfo";
|
|
static const String networkInfo = "networkInfo";
|
|
static const String teamInfo = "teamInfo";
|
|
static const String departItem = "departItem";
|
|
static const String isLongTerm = "isLongTerm";
|
|
static const String startDate = "startDate";
|
|
static const String endDate = "endDate";
|
|
|
|
} |