Commit ca2b39d2 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent fdc17564
...@@ -10,7 +10,7 @@ public class VedioBean implements Serializable { ...@@ -10,7 +10,7 @@ public class VedioBean implements Serializable {
private String title; private String title;
private String type; private String type;
private String typeImg; private String tabImg;
private String topTabsReamrk; private String topTabsReamrk;
private ArrayList<String> orderTags;//标签 private ArrayList<String> orderTags;//标签
private int vedioTotal;//同穿山甲 total private int vedioTotal;//同穿山甲 total
...@@ -229,10 +229,10 @@ public class VedioBean implements Serializable { ...@@ -229,10 +229,10 @@ public class VedioBean implements Serializable {
} }
public String getTypeImg() { public String getTypeImg() {
return typeImg; return tabImg;
} }
public void setTypeImg(String typeImg) { public void setTypeImg(String tabImg) {
this.typeImg = typeImg; this.tabImg = tabImg;
} }
} }
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