夜得朦胧 1 rok pred
rodič
commit
5dfdb1b3b5

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

@@ -18,6 +18,8 @@ public class MultiSimulationSceneCarParam {
     private String carId;
     private String algorithmId;
 
+    private Integer algorithmType;
+
     private String pathId;
 
     private String pathStart;

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

@@ -21,6 +21,9 @@ public class MultiSimulationSceneCarPO implements Serializable {
 
     private String carId;
     private String algorithmId;
+
+    private Integer algorithmType;
+
     private String pathId;
 
     private String pathStart;

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

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