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-15 16:00:10 +08:00
|
|
|
|
|
|
|
|
}
|