|
@@ -109,6 +109,11 @@ public class UserInfoModel {
|
|
|
* */
|
|
|
private boolean is_zhuanpan_every_day;
|
|
|
|
|
|
+ /**
|
|
|
+ * 每日首充
|
|
|
+ * */
|
|
|
+ private boolean first_charge;
|
|
|
+
|
|
|
private String android_join_special;
|
|
|
private String android_head_special;
|
|
|
private String android_badge_special;
|
|
@@ -419,6 +424,18 @@ public class UserInfoModel {
|
|
|
this.is_recharge = is_recharge;
|
|
|
}
|
|
|
|
|
|
+ public boolean isFirst_charge() {
|
|
|
+ return first_charge;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFirst_charge(boolean first_charge) {
|
|
|
+ this.first_charge = first_charge;
|
|
|
+ }
|
|
|
+
|
|
|
+ public boolean isIs_zhuanpan_every_day() {
|
|
|
+ return is_zhuanpan_every_day;
|
|
|
+ }
|
|
|
+
|
|
|
public boolean getIs_zhuanpan_every_day() {
|
|
|
return is_zhuanpan_every_day;
|
|
|
}
|