|
@@ -61,11 +61,11 @@ public class ScenePlusExt implements Serializable {
|
|
|
@TableField("space")
|
|
|
private Long space;
|
|
|
|
|
|
- /**
|
|
|
+/* *//**
|
|
|
* 原始文件容量
|
|
|
- */
|
|
|
+ *//*
|
|
|
@TableField("orig_space")
|
|
|
- private Long origSpace;
|
|
|
+ private Long origSpace;*/
|
|
|
|
|
|
/**
|
|
|
* 云服务器类型
|
|
@@ -186,8 +186,8 @@ public class ScenePlusExt implements Serializable {
|
|
|
@TableLogic(value = "A",delval = "I")
|
|
|
private String recStatus;
|
|
|
|
|
|
- @TableField("is_obj")
|
|
|
- private Integer isObj;
|
|
|
+// @TableField("is_obj")
|
|
|
+// private Integer isObj;
|
|
|
|
|
|
/**
|
|
|
* 模型方向(只有激光场景才有)
|