Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_vedio
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
android
android_vedio
Commits
a17ba798
Commit
a17ba798
authored
Aug 10, 2023
by
mengcuiguang2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
905f3de6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
compiler.xml
video/.idea/compiler.xml
+1
-1
RecommendBean.java
...ain/java/com/mints/helivideo/mvp/model/RecommendBean.java
+3
-3
No files found.
video/.idea/compiler.xml
View file @
a17ba798
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"CompilerConfiguration"
>
<bytecodeTargetLevel
target=
"1
.8
"
/>
<bytecodeTargetLevel
target=
"1
1
"
/>
</component>
</project>
\ No newline at end of file
video/app/src/main/java/com/mints/helivideo/mvp/model/RecommendBean.java
View file @
a17ba798
...
...
@@ -10,7 +10,7 @@ public class RecommendBean implements Serializable {
private
String
showVedioUrl
;
private
int
adShow
Count
;
private
int
next
Count
;
public
VedioBean
getVedioMsg
()
{
...
...
@@ -30,10 +30,10 @@ public class RecommendBean implements Serializable {
}
public
int
getAdShowCount
()
{
return
adShow
Count
;
return
next
Count
;
}
public
void
setAdShowCount
(
int
adShowCount
)
{
this
.
adShow
Count
=
adShowCount
;
this
.
next
Count
=
adShowCount
;
}
}
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