From 6c943ac97a8312095dd0e4bb0e3835376daefe9e Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Sun, 20 Jun 2021 23:28:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8Fposition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/data/env.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/back/data/env.ts b/back/data/env.ts index bc069ed2..f19418f0 100644 --- a/back/data/env.ts +++ b/back/data/env.ts @@ -14,6 +14,7 @@ export class Env { this.created = options.created || new Date().valueOf(); this.status = options.status || EnvStatus.noacquired; this.timestamp = new Date().toString(); + this.position = options.position; this.name = options.name; this.remarks = options.remarks; }