调度命令-地图添加调度台

This commit is contained in:
xzb 2022-09-15 15:12:59 +08:00
parent f0bbb332c0
commit a5b0fde841

View File

@ -267,6 +267,7 @@ public class MapGraphDataNewVO {
this.arrowList = new ArrayList<>();
this.directionRodList = new ArrayList<>();
this.responderList = new ArrayList<>();
this.disStationList = new ArrayList<>();
}
public static MapGraphDataNewVO parse(String graphData) {