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