更新太和e护配置wifi失败问题
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'device_upgrade_controller.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
MHTDeviceUpgradeModel _$MHTDeviceUpgradeModelFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
MHTDeviceUpgradeModel()
|
||||
..bluetooth = json['bluetooth'] as bool?
|
||||
..singal = (json['singal'] as num?)?.toDouble();
|
||||
|
||||
Map<String, dynamic> _$MHTDeviceUpgradeModelToJson(
|
||||
MHTDeviceUpgradeModel instance) =>
|
||||
<String, dynamic>{
|
||||
'bluetooth': instance.bluetooth,
|
||||
'singal': instance.singal,
|
||||
};
|
||||
Reference in New Issue
Block a user