back_recharge
mengchengzhen 2021-04-06 16:49:40 +08:00
parent b6031f08de
commit 00ed0e9988
1 changed files with 3 additions and 1 deletions

View File

@ -117,7 +117,9 @@ public class SGlobalActivity implements BaseConfig {
return time; return time;
} }
public static List<SGlobalActivity> getsGlobalActivityMapByType(int type) {
return sGlobalActivityMapByType.get(type);
}
public void setStartTimeLong(long startTimeLong) { public void setStartTimeLong(long startTimeLong) {
this.startTimeLong = startTimeLong; this.startTimeLong = startTimeLong;