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