From caa1883a2bea9092f358d47d6db013d190d998d4 Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 28 Apr 2021 14:15:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9dp=E5=AD=97=E6=AE=B5=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/content/Puzzle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/content/Puzzle.ts b/src/models/content/Puzzle.ts index 25357f2..ba90cae 100644 --- a/src/models/content/Puzzle.ts +++ b/src/models/content/Puzzle.ts @@ -50,7 +50,7 @@ class PuzzleClass extends BaseModule { @prop() public sub_tag: string @prop() - public db: number + public dp: number @prop() public createtime: Date