首页皇帝推荐边框

This commit is contained in:
18142669586
2022-09-16 14:21:21 +08:00
parent 01ea24c66c
commit 3225cf5d5f
7 changed files with 53 additions and 3 deletions

View File

@@ -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;