|
@@ -83,4 +83,16 @@ public class ResourceShipRespVO {
|
|
|
@ExcelProperty("创建时间")
|
|
@ExcelProperty("创建时间")
|
|
|
private LocalDateTime createTime;
|
|
private LocalDateTime createTime;
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 封面图
|
|
|
|
|
+ */
|
|
|
|
|
+ @Schema(description = "封面图")
|
|
|
|
|
+ private String img;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 游轮介绍
|
|
|
|
|
+ */
|
|
|
|
|
+ @Schema(description = "游轮介绍")
|
|
|
|
|
+ private String introduction;
|
|
|
|
|
+
|
|
|
}
|
|
}
|