Pārlūkot izejas kodu

Merge branch 'feature-v4.11.0-dsx' into test

dengsixing 1 gadu atpakaļ
vecāks
revīzija
030798526f

+ 10 - 0
src/main/java/com/fdkankan/download/bean/SceneViewInfo.java

@@ -243,5 +243,15 @@ public class SceneViewInfo implements Serializable {
      */
      */
     private Integer billboards;
     private Integer billboards;
 
 
+    /**
+     * 是否有模型裁剪(0-否,1-是)
+     */
+    private Integer cutModel = 0;
+
+    /**
+     * 启动页配置信息
+     */
+    private JSONObject started;
+
 
 
 }
 }