增加新的充值表字段
parent
662eb2aa92
commit
4da56d4f85
|
@ -17,6 +17,7 @@ public class SRechargeCommodityNewConfig implements BaseConfig {
|
||||||
private int type;
|
private int type;
|
||||||
private double price;
|
private double price;
|
||||||
private int[][] otherBuy;
|
private int[][] otherBuy;
|
||||||
|
private int[][] otherBuy2;
|
||||||
private int[][] firstMultiple;
|
private int[][] firstMultiple;
|
||||||
private int[] continuedMultiple;
|
private int[] continuedMultiple;
|
||||||
private int[][] baseReward;
|
private int[][] baseReward;
|
||||||
|
@ -126,6 +127,10 @@ public class SRechargeCommodityNewConfig implements BaseConfig {
|
||||||
return otherBuy;
|
return otherBuy;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int[][] getOtherBuy2() {
|
||||||
|
return otherBuy2;
|
||||||
|
}
|
||||||
|
|
||||||
public int getAccumulativeRecharge() { return accumulativeRecharge; }
|
public int getAccumulativeRecharge() { return accumulativeRecharge; }
|
||||||
|
|
||||||
public int getTime() { return time; }
|
public int getTime() { return time; }
|
||||||
|
|
Loading…
Reference in New Issue