|
@@ -89,6 +89,30 @@ public class SceneEditControls implements Serializable {
|
|
private Integer showRule;
|
|
private Integer showRule;
|
|
|
|
|
|
/**
|
|
/**
|
|
|
|
+ * 是否展示标尺(0-不需要,1-需要)
|
|
|
|
+ */
|
|
|
|
+ @TableField("show_scale")
|
|
|
|
+ private Integer showScale;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 是否展示分享场景(0-不需要,1-需要)
|
|
|
|
+ */
|
|
|
|
+ @TableField("show_share")
|
|
|
|
+ private Integer showShare;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 是否展示分享热点(0-不需要,1-需要)
|
|
|
|
+ */
|
|
|
|
+ @TableField("show_tagshare")
|
|
|
|
+ private Integer showTagshare;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 是否显示合照开关(0-不需要,1-需要)
|
|
|
|
+ */
|
|
|
|
+ @TableField("show_capture")
|
|
|
|
+ private Integer showCapture;
|
|
|
|
+
|
|
|
|
+ /**
|
|
* 创建时间
|
|
* 创建时间
|
|
*/
|
|
*/
|
|
@TableField("create_time")
|
|
@TableField("create_time")
|