mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +08:00
修复环境变量position
This commit is contained in:
parent
325b423c4d
commit
6c943ac97a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user