Browse Source

管理后台v2.9.0

dengsixing 4 tháng trước cách đây
mục cha
commit
e9311938ae
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      src/main/java/com/fdkankan/scene/entity/ScenePlusExt.java

+ 12 - 0
src/main/java/com/fdkankan/scene/entity/ScenePlusExt.java

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