|
|
@@ -64,6 +64,18 @@ public class ResourceShipSaveReqVO {
|
|
|
@Schema(description = "游轮介绍")
|
|
|
private String introduction;
|
|
|
|
|
|
+ /**
|
|
|
+ * 载客数
|
|
|
+ */
|
|
|
+ @Schema(description = "载客数")
|
|
|
+ private Integer capacity;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 游轮速度
|
|
|
+ */
|
|
|
+ @Schema(description = "游轮速度")
|
|
|
+ private String speed;
|
|
|
+
|
|
|
|
|
|
|
|
|
}
|