|
@@ -1,5 +1,6 @@
|
|
|
package api.common.pojo.vo.project;
|
|
|
|
|
|
+import com.alibaba.fastjson.JSONObject;
|
|
|
import lombok.AllArgsConstructor;
|
|
|
import lombok.Builder;
|
|
|
import lombok.Data;
|
|
@@ -29,9 +30,9 @@ public class MultiSimulationSceneCarVO implements Serializable {
|
|
|
|
|
|
private String pathEnd;
|
|
|
|
|
|
- private String pathStartPoint;
|
|
|
+// private String pathStartPoint;
|
|
|
|
|
|
- private String pathEndPoint;
|
|
|
+// private String pathEndPoint;
|
|
|
|
|
|
private Integer carSort;
|
|
|
|
|
@@ -51,4 +52,8 @@ public class MultiSimulationSceneCarVO implements Serializable {
|
|
|
|
|
|
private String sceneCarId;
|
|
|
|
|
|
+ private JSONObject pathStartJson;
|
|
|
+
|
|
|
+ private JSONObject pathEndJson;
|
|
|
+
|
|
|
}
|