修复环境变量position

This commit is contained in:
hanhh 2021-06-20 23:28:46 +08:00
parent 325b423c4d
commit 6c943ac97a

View File

@ -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;
}