@@ -28,7 +28,7 @@ public class VoyageStockDetailLogDO extends TenantBaseDO {
* 主键
*/
@TableId(type = IdType.ASSIGN_ID)
- private Long ID;
+ private Long id;
/**
* 航次ID
@@ -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 {
+ /**
+ * 航线图片
+ */