@@ -187,6 +187,25 @@ public class SceneJsonBean {
*/
private List<JSONObject> mosaicList;
+ /**
+ * 是否有保存导览(0-否,1-是)
+ */
+ private Integer tours;
+
+ * 是否有马赛克
+ private Integer mosaic;
+ * 水印文件名
+ private String waterMark;
+ * 是否有场景关联(0-否,1-是)
+ private Integer links;
@@ -55,6 +55,30 @@ public class SceneEditInfoExt implements Serializable {
private String vrNum;
/**
+ @TableField("tours")
+ @TableField("mosaic")
+ @TableField("water_mark")
+ @TableField("links")
* 创建时间
@TableField("create_time")