|
@@ -100,27 +100,27 @@ public class SceneJsonBean {
|
|
|
*/
|
|
|
private Byte floorPlanUser;
|
|
|
|
|
|
- private String cadInfo;
|
|
|
+// private String cadInfo;
|
|
|
|
|
|
/**
|
|
|
* 是否有热点
|
|
|
*/
|
|
|
private Byte tags;
|
|
|
|
|
|
- /**
|
|
|
- * 是否上传模型
|
|
|
- */
|
|
|
- private Byte isUploadObj;
|
|
|
-
|
|
|
- /**
|
|
|
- * 重新建模的版本
|
|
|
- */
|
|
|
- private Integer floorEditVer;
|
|
|
-
|
|
|
- /**
|
|
|
- * 正式发布重新建模的版本
|
|
|
- */
|
|
|
- private Integer floorPublishVer;
|
|
|
+// /**
|
|
|
+// * 是否上传模型
|
|
|
+// */
|
|
|
+// private Byte isUploadObj;
|
|
|
+//
|
|
|
+// /**
|
|
|
+// * 重新建模的版本
|
|
|
+// */
|
|
|
+// private Integer floorEditVer;
|
|
|
+//
|
|
|
+// /**
|
|
|
+// * 正式发布重新建模的版本
|
|
|
+// */
|
|
|
+// private Integer floorPublishVer;
|
|
|
|
|
|
/**
|
|
|
* 初始点信息
|
|
@@ -142,4 +142,9 @@ public class SceneJsonBean {
|
|
|
*/
|
|
|
private String boxVideos;
|
|
|
|
|
|
+ /**
|
|
|
+ *点位视频
|
|
|
+ */
|
|
|
+ private String videos;
|
|
|
+
|
|
|
}
|