|
@@ -43,4 +43,9 @@ public class MultiSimulationSceneVO implements Serializable {
|
|
|
|
|
|
private Integer taskStatus;
|
|
private Integer taskStatus;
|
|
|
|
|
|
|
|
+ private String startTimeStr;
|
|
|
|
+ private String endTimeStr;
|
|
|
|
+ private Long startTime;
|
|
|
|
+ private Long endTime;
|
|
|
|
+
|
|
}
|
|
}
|