From 8631894d9316c32e5288a8d7f14548fbfa286197 Mon Sep 17 00:00:00 2001
From: 杨锴 <841720330@qq.com>
Date: 星期四, 01 八月 2024 10:42:05 +0800
Subject: [PATCH] fix bug

---
 DolphinEnglishLearnStudent/ViewModel/UserViewModel.swift |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/DolphinEnglishLearnStudent/ViewModel/UserViewModel.swift b/DolphinEnglishLearnStudent/ViewModel/UserViewModel.swift
index 4db5fda..3141b29 100644
--- a/DolphinEnglishLearnStudent/ViewModel/UserViewModel.swift
+++ b/DolphinEnglishLearnStudent/ViewModel/UserViewModel.swift
@@ -18,6 +18,7 @@
 }
 
 struct UserInfoUserModel:HandyJSON,Codable{
+				var id = 0
 				var account: String = ""
 				var birthday: String = ""
 				var createBy: String = ""

--
Gitblit v1.7.1