Commit ca2b39d2 authored by mengcuiguang's avatar mengcuiguang

代码优化

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