This commit is contained in:
joylink_zhaoerwei 2024-01-19 15:29:51 +08:00
parent b0dc4c7e1a
commit 5eecd80622
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ export interface ITurnoutData extends GraphicData {
pcTrackSectionId?: number;
switchMachineType?: SwitchMachineType;
centralizedStations?: number[];
centralizedStation?: number[];
centralizedStation?: number;
clone(): ITurnoutData;
copyFrom(data: ITurnoutData): void;
eq(other: ITurnoutData): boolean;

View File

@ -58,7 +58,7 @@ export interface ITurnoutData extends GraphicData {
pcTrackSectionId?: number;
switchMachineType?: SwitchMachineType; // 转辙机类型--北京
centralizedStations?: number[]; // 集中站Id列表--北京
centralizedStation?: number[]; // 所属集中站--西安
centralizedStation?: number; // 所属集中站--西安
clone(): ITurnoutData;
copyFrom(data: ITurnoutData): void;
eq(other: ITurnoutData): boolean;