活动:月卡权限
This commit is contained in:
@@ -9,7 +9,7 @@ class Goods {
|
||||
count: number; // 这次挂机没来得及领取的
|
||||
}
|
||||
|
||||
class NotReceivedGoods {
|
||||
export class NotReceivedGoods {
|
||||
@prop({ required: true })
|
||||
cnt: number; // 加速的次数
|
||||
@prop({ required: true, default: [], type: Goods, _id: false })
|
||||
|
||||
Reference in New Issue
Block a user