瀏覽代碼

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

dengsixing 1 年之前
父節點
當前提交
030798526f
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      src/main/java/com/fdkankan/download/bean/SceneViewInfo.java

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

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