Bladeren bron

指示牌

dsx 2 jaren geleden
bovenliggende
commit
11c4fb6742

+ 5 - 0
src/main/java/com/fdkankan/contro/bean/SceneJsonBean.java

@@ -204,5 +204,10 @@ public class SceneJsonBean {
      */
     private Integer surveillances;
 
+    /**
+     * 是否有指示牌
+     */
+    private Integer billboards;
+
 
 }

+ 6 - 0
src/main/java/com/fdkankan/contro/entity/SceneEditInfoExt.java

@@ -91,6 +91,12 @@ public class SceneEditInfoExt {
     private String shareLogoImg;
 
     /**
+     * 是否有指示牌
+     */
+    @TableField("billboards")
+    private Integer billboards;
+
+    /**
      * 创建时间
      */
     @TableField("create_time")