@@ -22,6 +22,8 @@ public class SimulationMapPO implements Serializable {
private String mapPath;
+ private String mapOsgbPath;
+
private String mapDescription;
private String mapImgUrl;
private Integer pathNum;
@@ -39,4 +39,6 @@ public class SimulationMapPathVO implements Serializable {
private List<JSONObject> endPoints;
+ private List<JSONObject> sections;
}
@@ -25,6 +25,7 @@ public class SimulationMapVO implements Serializable {