增加新的充值表字段

master_0.05
DESKTOP-C3M45P4\dengdan 2024-12-19 17:40:09 +08:00
parent 662eb2aa92
commit 4da56d4f85
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,7 @@ public class SRechargeCommodityNewConfig implements BaseConfig {
private int type;
private double price;
private int[][] otherBuy;
private int[][] otherBuy2;
private int[][] firstMultiple;
private int[] continuedMultiple;
private int[][] baseReward;
@ -126,6 +127,10 @@ public class SRechargeCommodityNewConfig implements BaseConfig {
return otherBuy;
}
public int[][] getOtherBuy2() {
return otherBuy2;
}
public int getAccumulativeRecharge() { return accumulativeRecharge; }
public int getTime() { return time; }