From 876bce3064536c036112dd1834fb0d0013a57d16 Mon Sep 17 00:00:00 2001 From: 杨锴 <841720330@qq.com> Date: 星期三, 04 六月 2025 00:17:32 +0800 Subject: [PATCH] 添加忽略文件 --- 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