Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
5b880bfd
Commit
5b880bfd
authored
Oct 11, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码同步
parent
ed985ee0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
YHBannerModel.swift
galaxy/galaxy/Classes/Modules/Home(首页)/M/YHBannerModel.swift
+16
-0
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/M/YHBannerModel.swift
View file @
5b880bfd
...
@@ -18,8 +18,14 @@ class YHBannerModel: SmartCodable {
...
@@ -18,8 +18,14 @@ class YHBannerModel: SmartCodable {
var
skip_type
:
Int
=
0
var
skip_type
:
Int
=
0
var
id
:
Int
=
0
var
id
:
Int
=
0
var
img_url_compress
:
String
=
""
var
img_url_compress
:
String
=
""
//是否为本地
//是否为本地
var
isLocalItemFlag
:
Bool
=
false
var
isLocalItemFlag
:
Bool
=
false
//分享相关参数
var
is_share_h5_flag
:
Bool
=
false
var
addtition_param
:
YHBannerAdditionModel
?
required
init
()
{
required
init
()
{
}
}
...
@@ -32,3 +38,13 @@ class YHBannerModel: SmartCodable {
...
@@ -32,3 +38,13 @@ class YHBannerModel: SmartCodable {
return
model
return
model
}
}
}
}
class
YHBannerAdditionModel
:
SmartCodable
{
var
ShareH5Title
:
String
=
""
var
ShareH5Describe
:
String
=
""
var
ShareH5Url
:
String
=
""
required
init
()
{
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment