@@ -253,5 +253,13 @@ public class SceneViewInfo implements Serializable {
*/
private JSONObject started;
+ /**
+ * 空间绘制
+ */
+ private Integer sceneDraw;
+
+ //动态面板
+ private int dynamicPanel;
}