From e54413cd48298ad42cc7b31ca00257206130077b Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 6 May 2021 20:44:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E5=A5=96=E5=8A=B1=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E4=B8=80=E4=B8=AAid=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/shop/ShopActivity.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/models/shop/ShopActivity.ts b/src/models/shop/ShopActivity.ts index 7d2f044..5e25ec1 100644 --- a/src/models/shop/ShopActivity.ts +++ b/src/models/shop/ShopActivity.ts @@ -9,6 +9,8 @@ import { noJson } from '../../decorators/nojson' import { Severity } from '@typegoose/typegoose/lib/internal/constants' export class ActivityRewardClass { + @prop() + public id: number @prop() public rank: number