|
@@ -184,4 +184,16 @@ public class ScenePlusExt implements Serializable {
|
|
|
|
|
|
@TableField("has_recognition")
|
|
@TableField("has_recognition")
|
|
private Integer hasRecognition;
|
|
private Integer hasRecognition;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 帧数
|
|
|
|
+ */
|
|
|
|
+ @TableField("slam_count")
|
|
|
|
+ private int slamCount;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 计算耗时
|
|
|
|
+ */
|
|
|
|
+ @TableField("mesh_compute_time")
|
|
|
|
+ private Long meshComputeTime;
|
|
}
|
|
}
|