|
@@ -130,6 +130,7 @@ public class VideoReviewResp {
|
|
@JSONField(name = "thumbnail")
|
|
@JSONField(name = "thumbnail")
|
|
@JsonProperty("thumbnail")
|
|
@JsonProperty("thumbnail")
|
|
private String thumbnail;
|
|
private String thumbnail;
|
|
|
|
+
|
|
@JSONField(name = "location")
|
|
@JSONField(name = "location")
|
|
@JsonProperty("location")
|
|
@JsonProperty("location")
|
|
private LocationDTO location;
|
|
private LocationDTO location;
|