|
|
@@ -25,8 +25,6 @@ public class CodeBean extends CoinValueBean {
|
|
|
private String specialCodeType;
|
|
|
@SerializedName("recommend_name")
|
|
|
private String recommendName;
|
|
|
- @SerializedName("coin") // 추가된 코인 값
|
|
|
- private int coin;
|
|
|
|
|
|
public String getSpecialCode() {
|
|
|
return specialCode;
|
|
|
@@ -60,11 +58,4 @@ public class CodeBean extends CoinValueBean {
|
|
|
this.recommendName = recommendName;
|
|
|
}
|
|
|
|
|
|
- public int getCoin() {
|
|
|
- return coin;
|
|
|
- }
|
|
|
-
|
|
|
- public void setCoin(int coin) {
|
|
|
- this.coin = coin;
|
|
|
- }
|
|
|
}
|