岔芯添加parentCode

This commit is contained in:
fan 2021-03-10 19:03:04 +08:00
parent 661adb9add
commit 659054f1fa

View File

@ -54,6 +54,7 @@ class Model {
this.rightAxleOffset = { x: 0, y: 0 };
this.leftAxleOffset = { x: 0, y: 0 };
this.logicLengthList = [];
this.relCrossSection = '';
}
SignalModel() {
this._type = 'Signal';