Commit 904ffa68 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent ca2b39d2
...@@ -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 tabImg; private String tabImage;
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 tabImg; return tabImage;
} }
public void setTypeImg(String tabImg) { public void setTypeImg(String tabImg) {
this.tabImg = tabImg; this.tabImage = tabImage;
} }
} }
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