@@ -179,4 +179,7 @@ public class ScenePlusExt implements Serializable {
@TableField("is_obj")
private Integer isObj;
+ @TableField("location")
+ private Integer location;
+
}