dengsixing 1 rok pred
rodič
commit
12632aa86f

+ 5 - 0
src/main/java/com/fdkankan/scene/entity/SceneEditControls.java

@@ -155,6 +155,11 @@ public class SceneEditControls implements Serializable {
     @TableField("show_surveil_scope")
     private Integer showSurveilScope;
 
+    /**
+     * 是否显示cad底图
+     */
+    @TableField("show_texture")
+    private Integer showTexture;
 
 
     /**

+ 1 - 0
src/main/java/com/fdkankan/scene/vo/SceneEditControlsParamVO.java

@@ -129,6 +129,7 @@ public class SceneEditControlsParamVO implements Serializable {
 
     private Integer showSurveilScope;
 
+    private Integer showTexture;
 
 
 

+ 2 - 0
src/main/java/com/fdkankan/scene/vo/SceneEditControlsVO.java

@@ -119,5 +119,7 @@ public class SceneEditControlsVO implements Serializable {
 
     private Integer showSurveilScope;
 
+    private Integer showTexture;
+
 
 }