修复一处闪退问题
This commit is contained in:
@@ -173,4 +173,26 @@ public class LiveGiftBean {
|
||||
public void setGiftNum(String giftNum) {
|
||||
this.mGiftNum = giftNum;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "LiveGiftBean{" +
|
||||
"id=" + id +
|
||||
", type=" + type +
|
||||
", mark=" + mark +
|
||||
", name='" + name + '\'' +
|
||||
", price='" + price + '\'' +
|
||||
", icon='" + icon + '\'' +
|
||||
", checked=" + checked +
|
||||
", page=" + page +
|
||||
", mView=" + mView +
|
||||
", sendType='" + sendType + '\'' +
|
||||
", mGiftNum='" + mGiftNum + '\'' +
|
||||
", num='" + num + '\'' +
|
||||
", swf='" + swf + '\'' +
|
||||
", isweek='" + isweek + '\'' +
|
||||
", end_time='" + end_time + '\'' +
|
||||
", tag='" + tag + '\'' +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user