2025-09-15 16:00:10 +08:00
|
|
|
class AppViewParameterKeys {
|
|
|
|
|
static const String deviceList = "deviceList";
|
2025-09-15 18:16:35 +08:00
|
|
|
static const String lockInfo = "lockInfo";
|
|
|
|
|
static const String networkInfo = "networkInfo";
|
2025-09-20 16:22:16 +08:00
|
|
|
static const String teamInfo = "teamInfo";
|
2025-09-29 17:11:08 +08:00
|
|
|
static const String departItem = "departItem";
|
2025-10-09 18:19:14 +08:00
|
|
|
static const String isLongTerm = "isLongTerm";
|
|
|
|
|
static const String startDate = "startDate";
|
|
|
|
|
static const String endDate = "endDate";
|
2025-09-15 16:00:10 +08:00
|
|
|
|
|
|
|
|
}
|