更新消息设置
This commit is contained in:
@@ -17,7 +17,8 @@ class UserModel {
|
||||
int? created_at;
|
||||
String? email;
|
||||
bool? test;
|
||||
bool? fac;//是否测试,可以全部升级
|
||||
bool? fac; //是否测试,可以全部升级
|
||||
bool? bindWx = false;
|
||||
|
||||
UserModel();
|
||||
static UserModel fromJson(Map<String, dynamic> json) =>
|
||||
|
||||
Reference in New Issue
Block a user