更新登录布局
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'mht_register_controller.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
RegisterModel _$RegisterModelFromJson(Map<String, dynamic> json) =>
|
||||
RegisterModel()
|
||||
..register_phone = json['register_phone'] as String?
|
||||
..register_pd = json['register_pd'] as String?
|
||||
..register_confirm_pd = json['register_confirm_pd'] as String?
|
||||
..register_code = json['register_code'] as String?
|
||||
..register_agree = json['register_agree'] as bool?
|
||||
..pdshow = json['pdshow'] as bool?
|
||||
..cpdshow = json['cpdshow'] as bool?;
|
||||
|
||||
Map<String, dynamic> _$RegisterModelToJson(RegisterModel instance) =>
|
||||
<String, dynamic>{
|
||||
'register_phone': instance.register_phone,
|
||||
'register_pd': instance.register_pd,
|
||||
'register_confirm_pd': instance.register_confirm_pd,
|
||||
'register_code': instance.register_code,
|
||||
'register_agree': instance.register_agree,
|
||||
'pdshow': instance.pdshow,
|
||||
'cpdshow': instance.cpdshow,
|
||||
};
|
||||
Reference in New Issue
Block a user