From 3fa53409f5132333ce6d83fff796e108ddd62090 Mon Sep 17 00:00:00 2001 From: 杨锴 <841720330@qq.com> Date: 星期一, 16 六月 2025 23:25:25 +0800 Subject: [PATCH] fix --- 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