Explorar o código

增加字段sceneEditControls

lyhzzz %!s(int64=2) %!d(string=hai) anos
pai
achega
7a82725a45

+ 25 - 0
src/main/java/com/fdkankan/ucenter/entity/SceneEditControls.java

@@ -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;
+
     /**
      * 创建时间
      */