修复环境变量position

This commit is contained in:
hanhh 2021-06-20 23:28:46 +08:00
parent b83c69a2b1
commit 8184fcfeaf

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