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