@@ -83,4 +83,16 @@ public class ResourceShipRespVO {
@ExcelProperty("创建时间")
private LocalDateTime createTime;
+ /**
+ * 封面图
+ */
+ @Schema(description = "封面图")
+ private String img;
+
+ * 游轮介绍
+ @Schema(description = "游轮介绍")
+ private String introduction;
}
@@ -52,4 +52,18 @@ public class ResourceShipSaveReqVO {
@NotNull(message = "状态不能为空")
private Integer status;
@@ -83,4 +83,14 @@ public class ResourceShipDO extends TenantBaseDO {
*/
@@ -92,4 +92,5 @@ public class ResourcePortServiceImpl implements ResourcePortService {
return portMapper.selectList();