首页皇帝推荐边框
This commit is contained in:
@@ -50,6 +50,15 @@ public class LiveBean implements Parcelable {
|
||||
private int is_rong;
|
||||
//是否關注 1,關注 2,未關注
|
||||
private String isattention = "";
|
||||
private String recommendCardtype = "";
|
||||
|
||||
public String getRecommendcardtype() {
|
||||
return recommendCardtype;
|
||||
}
|
||||
|
||||
public void setRecommendcardtype(String recommendcardtype) {
|
||||
this.recommendCardtype = recommendcardtype;
|
||||
}
|
||||
|
||||
public String getIsattention() {
|
||||
return isattention;
|
||||
|
||||
Reference in New Issue
Block a user