@@ -88,4 +88,7 @@ public class ResourceRouteRespVO {
@Schema(description = "行程总时长")
private String duration;
+ @Schema(description = "航线图片")
+ private String routeImg;
+
}
@@ -60,4 +60,8 @@ public class ResourceRouteSaveReqVO {
@Schema(description = "行程晚数")
private Integer nightNum;
@@ -98,4 +98,9 @@ public class ResourceRouteDO extends BaseDO {
*/
+ /**
+ * 航线图片
+ */