dengsixing 1 年之前
父节点
当前提交
0ecba985ca

+ 8 - 0
src/main/java/com/fdkankan/download/bean/SceneEditControlsVO.java

@@ -113,4 +113,12 @@ public class SceneEditControlsVO implements Serializable {
 
     private Integer showAllModel;
 
+    private Integer show3dAllTag;
+
+    private Integer show3dSceneModel;
+
+    private Integer show3dSceneVideo;
+
+    private Integer show3dScenePhoto;
+
 }

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

@@ -261,5 +261,7 @@ public class SceneViewInfo implements Serializable {
     //动态面板
     private int dynamicPanel;
 
+    private String orientation;
+
 
 }

+ 5 - 2
src/main/java/com/fdkankan/download/entity/ScenePlusExt.java

@@ -12,10 +12,10 @@ import lombok.Setter;
 
 /**
  * <p>
- * 
+ *
  * </p>
  *
- * @author 
+ * @author
  * @since 2022-08-17
  */
 @Getter
@@ -158,5 +158,8 @@ public class ScenePlusExt implements Serializable {
     @TableField("yun_file_bucket")
     private String yunFileBucket;
 
+    @TableField("orientation")
+    private String orientation;
+
 
 }

+ 34 - 0
src/main/resources/bootstrap-prod.yml

@@ -0,0 +1,34 @@
+spring:
+  application:
+    name: 4dkankan-center-scene-download
+  cloud:
+    nacos:
+      username: xxx
+      password: xxxx
+      server-addr: 127.0.0.1:8848
+      namespace: prod
+      config:
+        file-extension: yaml
+        namespace: ${spring.cloud.nacos.namespace}
+        shared-configs:
+          - data-id: common-redis-config.yaml
+            group: DEFAULT_GROUP
+            refresh: true
+
+          - data-id: common-config.yaml
+            group: DEFAULT_GROUP
+            refresh: true
+
+          - data-id: common-fyun-config.yaml
+            group: DEFAULT_GROUP
+            refresh: true
+
+          - data-id: common-db-config.yaml
+            group: DEFAULT_GROUP
+            refresh: true
+      discovery:
+        namespace: ${spring.cloud.nacos.namespace}
+
+
+
+