|
@@ -88,6 +88,31 @@ public class SceneEditControls implements Serializable {
|
|
|
@TableField("show_rule")
|
|
|
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;
|
|
|
+
|
|
|
/**
|
|
|
* 创建时间
|
|
|
*/
|