@@ -253,6 +253,8 @@ public class SceneViewInfo implements Serializable {
*/
private JSONObject started;
+ private Integer floorLogoType;
+
/**
* 空间绘制
@@ -118,6 +118,12 @@ public class SceneEditInfoExt {
private String started;
+ * 地面logo类型(0-指北针,1-图标)
+ */
+ @TableField("floor_logo_type")
+ /**
* 创建时间
@TableField("create_time")