@@ -170,4 +170,7 @@ public class ScenePlusExt implements Serializable {
@TableField("algorithm_time")
private String algorithmTime;
+
+ @TableField("location")
+ private Integer location;
}