后台:虚拟充值
This commit is contained in:
@@ -96,6 +96,7 @@ export class ActivityInRemote {
|
||||
days: number; // 活动持续天数 timeType=1、2
|
||||
delayDay: number; // 迟几天开启活动,0表示按照规定时间开启
|
||||
interval: number; // 周期性活动时间间隔,秒
|
||||
name: string;
|
||||
|
||||
constructor(activity?: ActivityModelType) {
|
||||
this.groupId = activity.groupId;
|
||||
@@ -108,6 +109,7 @@ export class ActivityInRemote {
|
||||
this.days = activity.days;
|
||||
this.delayDay = activity.delayDay;
|
||||
this.interval = activity.interval;
|
||||
this.name = activity.name;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user