From 93783809cfb18ae273bd3a78c8dbca91facd10d9 Mon Sep 17 00:00:00 2001
From: 无故事王国 <841720330@qq.com>
Date: 星期三, 29 十一月 2023 11:49:49 +0800
Subject: [PATCH] fix bug

---
 WanPai/Model/CommonModels.swift |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/WanPai/Model/CommonModels.swift b/WanPai/Model/CommonModels.swift
index 5da3c2c..d1d8c3c 100644
--- a/WanPai/Model/CommonModels.swift
+++ b/WanPai/Model/CommonModels.swift
@@ -446,6 +446,7 @@
     var videoUrl: String = ""
 	var videoId = 0
 	var coursePackageId = 0
+	var scId:Int = 0
 }
 
 struct StartClouseReportModel:HandyJSON{
@@ -733,6 +734,7 @@
     var synopsis: String = ""
     var videoId: Int = 0
     var videoName: String = ""
+	var scId:Int = 0
 }
 
 struct ExerciseVideoDetailModel:HandyJSON {

--
Gitblit v1.7.1