夜得朦胧 hai 1 ano
pai
achega
9ef551a3b9

+ 2 - 0
api-common/src/main/java/api/common/pojo/param/project/MultiSimulationSceneCarParam.java

@@ -14,6 +14,8 @@ public class MultiSimulationSceneCarParam {
     private Integer pageSize;
     private String sceneId;
 
+    private String mapId;
+
     private String sceneCarId;
 
     private String carId;

+ 2 - 0
api-common/src/main/java/api/common/pojo/po/project/MultiSimulationSceneCarPO.java

@@ -24,6 +24,8 @@ public class MultiSimulationSceneCarPO implements Serializable {
 
     private Integer algorithmType;
 
+    private String mapId;
+
     private String pathId;
 
     private String pathStart;

+ 2 - 0
api-common/src/main/java/api/common/pojo/vo/project/MultiSimulationSceneCarVO.java

@@ -24,6 +24,8 @@ public class MultiSimulationSceneCarVO implements Serializable {
     private String algorithmId;
 
     private Integer algorithmType;
+
+    private String mapId;
     private String pathId;
 
     private String pathStart;