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/Models/CommonModel.swift | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/DolphinEnglishLearnStudent/Models/CommonModel.swift b/DolphinEnglishLearnStudent/Models/CommonModel.swift index 81da19e..63bb66b 100644 --- a/DolphinEnglishLearnStudent/Models/CommonModel.swift +++ b/DolphinEnglishLearnStudent/Models/CommonModel.swift @@ -445,3 +445,8 @@ var time = 0 var amount = 0 } + +struct PaymentInfoModel:HandyJSON{ + var id = 0 + var orderId = 0 +} -- Gitblit v1.7.1