[Modify]修復1.6.0bug
This commit is contained in:
@@ -13,6 +13,11 @@ public class FirstChargeReward implements Parcelable, MultiItemEntity {
|
||||
public FirstChargeReward() {
|
||||
}
|
||||
|
||||
public static final int ONE = 1;
|
||||
public static final int TWO = 2;
|
||||
public static final int THREE = 3;
|
||||
public static final int FOUR = 4;
|
||||
|
||||
private String showPir;
|
||||
private String showText;
|
||||
private String showTime;
|
||||
@@ -48,7 +53,7 @@ public class FirstChargeReward implements Parcelable, MultiItemEntity {
|
||||
}
|
||||
};
|
||||
|
||||
public void setType(int type) {
|
||||
public void setItemType(int type) {
|
||||
this.type = type;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user