更新分享

This commit is contained in:
wyf
2025-04-28 15:37:58 +08:00
parent 850c34b408
commit eae7a2284d
116 changed files with 12143 additions and 3017 deletions

View File

@@ -6,12 +6,16 @@ part 'user_data.g.dart';
class UserModel {
String? uid;
String? userName;
String? nickName;
String? tel;
String? nick_name;
String? phone;
String? exp1;
String? head;
String? avatar;
String? tmpHead;
String? tmpNickName;
int? deleted;
String? status;
int? created_at;
String? email;
UserModel();
static UserModel fromJson(Map<String, dynamic> json) =>