mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-16 08:37:08 +08:00
修复环境变量position
This commit is contained in:
@@ -14,6 +14,7 @@ export class Env {
|
|||||||
this.created = options.created || new Date().valueOf();
|
this.created = options.created || new Date().valueOf();
|
||||||
this.status = options.status || EnvStatus.noacquired;
|
this.status = options.status || EnvStatus.noacquired;
|
||||||
this.timestamp = new Date().toString();
|
this.timestamp = new Date().toString();
|
||||||
|
this.position = options.position;
|
||||||
this.name = options.name;
|
this.name = options.name;
|
||||||
this.remarks = options.remarks;
|
this.remarks = options.remarks;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user