@@ -102,11 +102,6 @@ public class SceneJsonBean {
// private String cadInfo;
- /**
- * 是否有热点
- */
- private Byte tags;
-
// /**
// * 是否上传模型
// */
@@ -147,4 +142,9 @@ public class SceneJsonBean {
*/
private String videos;
+ /**
+ * 是否有热点数据
+ */
+ private Integer tags;
+
}