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