商店表

back_recharge
lvxinran 2019-12-27 10:22:15 +08:00
parent bcb2d8411e
commit bcf27e16f9
1 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,8 @@ public class SStoreConfig implements BaseConfig {
private int[][] extraAdd;
private int[] openPrivilege;
@Override
public void init() throws Exception {
@ -120,4 +122,8 @@ public class SStoreConfig implements BaseConfig {
public int[][] getExtraAdd() {
return extraAdd;
}
public int[] getOpenPrivilege() {
return openPrivilege;
}
}