|
@@ -77,48 +77,17 @@ public class SceneJsonBean {
|
|
|
*/
|
|
|
private Date createTime;
|
|
|
|
|
|
-// /**
|
|
|
-// * 点位数量
|
|
|
-// */
|
|
|
-// private Integer panoCount;
|
|
|
-//
|
|
|
-// /**
|
|
|
-// * 球幕视频数量
|
|
|
-// */
|
|
|
-// private Integer videoCount;
|
|
|
-
|
|
|
/**
|
|
|
* 版本
|
|
|
*/
|
|
|
private Integer version;
|
|
|
|
|
|
-// /**
|
|
|
-// * 户型图文件路径集合
|
|
|
-// */
|
|
|
-// private String[] floorPlanPaths;
|
|
|
|
|
|
/**
|
|
|
* 是否上传了户型图(0-否,1-是)
|
|
|
*/
|
|
|
private Byte floorPlanUser;
|
|
|
|
|
|
-// private String cadInfo;
|
|
|
-
|
|
|
-// /**
|
|
|
-// * 是否上传模型
|
|
|
-// */
|
|
|
-// private Byte isUploadObj;
|
|
|
-//
|
|
|
-// /**
|
|
|
-// * 重新建模的版本
|
|
|
-// */
|
|
|
-// private Integer floorEditVer;
|
|
|
-//
|
|
|
-// /**
|
|
|
-// * 正式发布重新建模的版本
|
|
|
-// */
|
|
|
-// private Integer floorPublishVer;
|
|
|
-
|
|
|
/**
|
|
|
* 初始点信息
|
|
|
*/
|
|
@@ -186,5 +155,15 @@ public class SceneJsonBean {
|
|
|
*/
|
|
|
private Integer links;
|
|
|
|
|
|
+ /**
|
|
|
+ * 是否有马赛克
|
|
|
+ */
|
|
|
+ private Integer mosaic;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 水印文件名
|
|
|
+ */
|
|
|
+ private String waterMark;
|
|
|
+
|
|
|
|
|
|
}
|