Commit a17ba798 authored by mengcuiguang2's avatar mengcuiguang2

代码优化

parent 905f3de6
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel target="1.8" />
<bytecodeTargetLevel target="11" />
</component>
</project>
\ No newline at end of file
......@@ -10,7 +10,7 @@ public class RecommendBean implements Serializable {
private String showVedioUrl;
private int adShowCount;
private int nextCount;
public VedioBean getVedioMsg() {
......@@ -30,10 +30,10 @@ public class RecommendBean implements Serializable {
}
public int getAdShowCount() {
return adShowCount;
return nextCount;
}
public void setAdShowCount(int adShowCount) {
this.adShowCount = adShowCount;
this.nextCount = adShowCount;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment