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