|
@@ -8,7 +8,7 @@ public class TGdbhFlightVideoDto {
|
|
|
private String video_path;
|
|
|
private String video_name;
|
|
|
private String video_type;
|
|
|
-
|
|
|
+ private String photo_path;
|
|
|
public String getId() {
|
|
|
return id;
|
|
|
}
|
|
@@ -56,4 +56,12 @@ public class TGdbhFlightVideoDto {
|
|
|
public void setVideo_type(String video_type) {
|
|
|
this.video_type = video_type;
|
|
|
}
|
|
|
+
|
|
|
+ public String getPhoto_path() {
|
|
|
+ return photo_path;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPhoto_path(String photo_path) {
|
|
|
+ this.photo_path = photo_path;
|
|
|
+ }
|
|
|
}
|